composition-extra-2.1.0: Combinators for unorthodox structure composition
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Function.Apply

Documentation

(-$) :: (a -> b -> c) -> b -> a -> c infixl 8 Source #

(--$) :: (a -> b -> c -> d) -> c -> a -> b -> d infixl 8 Source #

(---$) :: (a -> b -> c -> d -> e) -> d -> a -> b -> c -> e infixl 8 Source #

(----$) :: (a -> b -> c -> d -> e -> f) -> e -> a -> b -> c -> d -> f infixl 8 Source #