:: (a -> b) -> (c -> a) -> c -> b -package:pointless-fun -package:linear package:composition

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