<p dir="ltr">The <&> operator is rather popular:</p>
<p dir="ltr">(<&>) :: Functor f => f a -> (a -> b) -> f b<br>
(<&>) = flip fmap</p>
<p dir="ltr">Now that we have (&) in Data.Function, I think we should have (<&>) in Data.Functor.<br>
</p>