reverse-apply-2.0.1: Standard version of the reverse apply operator.

Portabilityportable
Stabilitystable
Maintainerhans@hanshoglund.se
Safe HaskellSafe-Inferred

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

Reverse ($)

(&) :: a -> (a -> b) -> bSource

(&!) :: a -> (a -> b) -> bSource

Reverse (<$>)

(<&>) :: Functor f => f a -> (a -> b) -> f bSource