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 <[email protected]> wrote: > Hello, > > I would an examples of monads that are pure, i.e. no side-effects. > > Thank you, > > Vasili > > > _______________________________________________ > Haskell-Cafe mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/haskell-cafe > -- -- Regards, KC _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
