Or fmap in this case =) On Wed, Jul 31, 2013 at 11:33 AM, Erik Hesselink <[email protected]>wrote:
> On Fri, Jul 26, 2013 at 6:44 PM, Andreas Abel <[email protected]> > wrote: > > mapSnd f = (id *** f) > > As a very small aside, this is just `second` from Control.Arrow. > > Erik > > _______________________________________________ > Haskell-Cafe mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/haskell-cafe >
_______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
