reverse-apply-2.0.1: Standard version of the reverse apply operator.
Control.Apply.Reverse
Contents
Description
Provides the revese apply operator.
The definitions of & and <&> are identical to those in the lens package. Hopefully they could move into base at some point.
&
<&>
Synopsis
(&) :: a -> (a -> b) -> bSource
(&!) :: a -> (a -> b) -> bSource
(<&>) :: Functor f => f a -> (a -> b) -> f bSource