-
Archives
-
Meta
Monthly Archives: August 2009
FactoryArrow
I’ve been playing around with an Arrow concept, which to my knowledge is original. I’ve decided to call this a FactoryArrow: newtype FactoryArrow m n a b = FactoryArrow { runFactory :: m (Kleisli n a b) } Where m … Continue reading
Posted in Haskell, RSAGL
2 Comments