[Haskell-beginners] Monads of functions
Szymon Pajzert
szymonpajzert at gmail.com
Sat May 6 09:08:44 UTC 2017
Hello,
Lately I'm working with Reader monad. Because of that, I have to use
function of signature:
Monad m => (a -> m b) -> m (a -> b).
Is this even possible to do so? Thanks in advance for your help.
Best Regards,
Szymon Pajzert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20170506/037401be/attachment.html>
More information about the Beginners
mailing list