Copyright | (c) 2009 Neil Brown |
---|---|
License | BSD-style |
Maintainer | bos@serpentine.com |
Stability | experimental |
Portability | GHC |
Safe Haskell | None |
Language | Haskell98 |
Criterion.Monad
Description
The environment in which most criterion code executes.
Documentation
data Criterion a
The monad in which most criterion code executes.
getConfigItem :: (Config -> a) -> Criterion a
withConfig :: Config -> Criterion a -> IO a