5 ms·
Monad transformers, free monads, mtl, laws and a new approach
- pspeter3 11y agoWhat is the difference between this and arrows in terms of composition of effects?
- tel 11y agoThis 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.
- sctb 11y agoRecent work related to free and "freer" monads: http://okmij.org/ftp/Haskell/extensible/ http://okmij.org/ftp/Haskell/extensible/
- dllthomas 11y agoThe freer the monads...