criterion-0.1.3: Robust, reliable performance measurement and analysisSource codeContentsIndex
Criterion.Monad
PortabilityGHC
Stabilityexperimental
Maintainerbos@serpentine.com
Description
Documentation
type ConfigM = ReaderT Config IOSource
getConfig :: ConfigM ConfigSource
getConfigItem :: (Config -> a) -> ConfigM aSource
doIO :: IO a -> ConfigM aSource
withConfig :: Config -> ConfigM a -> IO aSource
Produced by Haddock version 2.6.0