composition-extra-1.2.0: Combinators for unorthodox structure composition

Safe HaskellSafe
LanguageHaskell98

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