Add flipped fmap

wren ng thornton wren at community.haskell.org
Thu Apr 8 18:01:49 EDT 2010


Edward Kmett wrote:
> <**> cannot be defined in terms of flip as it swaps the order of the effects as well.

But I thought:

     (<**>) = liftA2 (flip ($))

:)

-- 
Live well,
~wren


More information about the Libraries mailing list