Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

30
votes
5answers
709 views

Haskell: How does non-strict and lazy differ?

I often read that lazy is not the same as non-strict but I find it hard to understand the difference. They seem to be used interchangeably but I understand that they have different meanings. I would ...