-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Standard version of the reverse apply operator. -- -- Provides a standard version of the reverse apply operator. Its -- definition is simply (&) = flip ($). @package reverse-apply @version 2.0 -- | Provides a standard version of the reverse apply operator. module Control.Apply.Reverse (&) :: b -> (b -> c) -> c (&!) :: b -> (b -> c) -> c