:: (a -> b) -> (c -> a) -> c -> b -package:stack -package:between package:composition

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