Add flipped fmap

Edward Kmett ekmett at gmail.com
Thu Apr 8 16:06:12 EDT 2010


On Thu, Apr 8, 2010 at 3:38 PM, Isaac Dupree <ml at isaac.cedarswampstudios.org
> wrote:

> This parallelism also suggests to me that <$$> should be placed (only) in
> Control.Applicative, which is where <*>, <$>, and <**> reside.  Yeah, I know
> that's annoying...


<$> is defined or re-exported by both Data.Functor and Control.Applicative.
This parallel would probably suggest exporting it from both Data.Functor and
Control.Applicative, however.

-Edward Kmett
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/libraries/attachments/20100408/83dcdd7d/attachment.html


More information about the Libraries mailing list