[Haskell-beginners] Signature of monadic functions

Lorenzo Tabacchini lortabac at gmx.com
Thu Oct 17 07:30:17 UTC 2013


Hi, is there an easy way to transform a function from:
 Monad m => a -> m b
to:
 Monad m => m (a -> b)
?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20131017/f9b1f1a5/attachment.html>


More information about the Beginners mailing list