:: (b -> c) -> (a -> m b) -> (a -> m c)

Composition: pure function after functorial (monadic) function.