hsdev-0.3.1.3: Haskell development library
Control.Apply.Util
(&) :: a -> (a -> b) -> b Source #
chain :: [a -> a] -> a -> a Source #