:: (a -> b) -> (c -> a) -> c -> b -package:protolude -package:ghc-lib-parser package:composition

The mathematical symbol for function composition.
composeN f g means give g N inputs and then pass its result to f.