cardano-wallet-core-2022.7.1: The Wallet Backend for a Cardano node.
Safe Haskell Safe-Inferred
Language Haskell2010

Data.Function.Utils

Synopsis

Documentation

applyN :: Integral n => n -> (a -> a) -> a -> a Source #

Apply a function n times to the specified input.