Proposal: add liftA4 and liftA5 to match liftM4 and liftM5

Edward Kmett ekmett at gmail.com
Fri Nov 7 18:00:57 UTC 2014


If you want to partially apply a lifted function the f <$> x <*>y <*> z
approach doesn't work.

liftMn and liftAn still have a place.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/libraries/attachments/20141107/e7beb4c1/attachment.html>


More information about the Libraries mailing list