criterion-0.2.0: Robust, reliable performance measurement and analysisSource codeContentsIndex
Criterion.Monad
PortabilityGHC
Stabilityexperimental
Maintainerbos@serpentine.com
Description
The environment in which most criterion code executes.
Synopsis
data ConfigM a
getConfig :: ConfigM Config
getConfigItem :: (Config -> a) -> ConfigM a
withConfig :: Config -> ConfigM a -> IO a
Documentation
data ConfigM a Source
The monad in which most criterion code executes.
show/hide Instances
getConfig :: ConfigM ConfigSource
getConfigItem :: (Config -> a) -> ConfigM aSource
withConfig :: Config -> ConfigM a -> IO aSource
Produced by Haddock version 2.6.0