Data.Function.Utils
applyN :: Integral n => n -> (a -> a) -> a -> a Source #
Apply a function n times to the specified input.
n