Add flipped fmap

Bas van Dijk v.dijk.bas at gmail.com
Wed Apr 7 05:13:02 EDT 2010


Hello,

I would like to propose adding a flipped variant of <$> to Data.Functor:

(<$$>) ∷ Functor f ⇒ f α → (α → β) → f β
(<$$>) = flip (<$>)

Please see the ticket for motivation and patch:

http://hackage.haskell.org/trac/ghc/ticket/3962

Discussion period: 2 weeks.

regards,

Bas


More information about the Libraries mailing list