Documentation
(.<) :: (Syntax b, Syntax c) => (b -> c) -> (a -> b) -> a -> c infixr 9 Source
Share the intermediate result when composing functions
($<) :: (Syntax a, Syntax b) => (a -> b) -> a -> b infixr 0 Source
Share an expression in the scope of a function