Monad transformers, free monads, mtl, laws and a new approach
1–5 of 5 posts
Re: Monad transformers, free monads, mtl, laws and a new approach
#2What is the difference between this and arrows in terms of composition of effects?
Re: Monad transformers, free monads, mtl, laws and a new approach
#3Recent work related to free and "freer" monads: http://okmij.org/ftp/Haskell/extensible/
Re: Monad transformers, free monads, mtl, laws and a new approach
#4What is the difference between this and arrows in terms of composition of effects?
This is pretty close to fundamentally a monadic approach. Arrow approaches to effect management are sometimes similar and sometimes very different. It's hard to be more clear since unifying these things as effects is perhaps tenuous than trying to find their common points.
Re: Monad transformers, free monads, mtl, laws and a new approach
#5The freer the monads...