
17 Oct
2013
17 Oct
'13
3:30 a.m.
Hi, is there an easy way to transform a function from: Monad m => a -> m b to: Monad m => m (a -> b) ?