1 May
2010
1 May
'10
7:20 p.m.
Hello, the deadline for the proposal to add (<$$>) = flip (<$>) to Data.Functor has passed. In the end there wasn't overwhelming support for this so I will resolve this ticket as 'wontfix' after the weekend. regards, Bas On Wed, Apr 7, 2010 at 11:13 AM, Bas van Dijk <v.dijk.bas@gmail.com> wrote:
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