Proposal: Add <&> to Data.Functor

Nikita Volkov nikita.y.volkov at gmail.com
Sun Aug 21 17:52:52 UTC 2016


+1

вс, 21 Авг 2016 г., 20:23 David Feuer <david.feuer at gmail.com>:

> The <&> operator is rather popular:
>
> (<&>) :: Functor f => f a -> (a -> b) -> f b
> (<&>) = flip fmap
>
> Now that we have (&) in Data.Function, I think we should have (<&>) in
> Data.Functor.
> _______________________________________________
> Libraries mailing list
> Libraries at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/libraries/attachments/20160821/23788e3c/attachment.html>


More information about the Libraries mailing list