+1
The <&> operator is rather popular:
(<&>) :: Functor f => f a -> (a -> b) -> f b
(<&>) = flip fmapNow that we have (&) in Data.Function, I think we should have (<&>) in Data.Functor.
_______________________________________________
Libraries mailing list
Libraries@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries