30 Sep
2012
30 Sep
'12
10:13 a.m.
From: http://www.haskell.org/haskellwiki/Monad "The computation doesn't have to be impure and can be pure itself as well. Then monads serve to provide the benefits of separation of concerns, and automatic creation of a computational "pipeline"." On Sat, Sep 29, 2012 at 6:57 PM, Vasili I. Galchin <vigalchin@gmail.com> wrote:
Hello,
I would an examples of monads that are pure, i.e. no side-effects.
Thank you,
Vasili
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- -- Regards, KC