Some enlightenment on Haskell Arrows
Feb. 18th, 2008 10:28 amA while ago, I achieved some Zen around the Monad
type in Haskell; I could loosely describe it as "a value, with some extra class-specific goop that gets passed around", and I could write a state-tracking monad and a list-reading monad from scratch. So far, so good.