On 20/09/06, John Ky <[EMAIL PROTECTED]> wrote:
So Monads don't actually eliminate laziness?

Monads and laziness are completely orthagonal issues; they have
nothing to do with one another. I think you're getting confused with
purity. Monads can be used to encapsulate effects, to allow you to
write code as if the code had side effects, while your program remains
technically pure.

--
-David House, [EMAIL PROTECTED]
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to