[Haskell-cafe] Re: Trying to write a TCP proxy
David House
dmhouse at gmail.com
Thu Sep 21 12:00:09 EDT 2006
On 20/09/06, John Ky <newhoggy at gmail.com> 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, dmhouse at gmail.com
More information about the Haskell-Cafe
mailing list