criterion-0.1.2: Benchmarking, Performance, TestingSource codeContentsIndex
Criterion.IO
PortabilityGHC
Stabilityexperimental
Maintainerbos@serpentine.com
Description
Input and output actions.
Synopsis
class NoOp a
note :: (HPrintfType r, NoOp r) => Config -> String -> r
printError :: HPrintfType r => String -> r
prolix :: (HPrintfType r, NoOp r) => Config -> String -> r
Documentation
class NoOp a Source
A typeclass hack to match that of the HPrintfType class.
show/hide Instances
NoOp (IO a)
NoOp r => NoOp (a -> r)
note :: (HPrintfType r, NoOp r) => Config -> String -> rSource
Print a "normal" note.
printError :: HPrintfType r => String -> rSource
Print an error message.
prolix :: (HPrintfType r, NoOp r) => Config -> String -> rSource
Print verbose output.
Produced by Haddock version 2.6.0