Safe Haskell | Safe-Inferred |
---|
Control.Concurrent.CHP.Traces.TraceOff
Documentation
A trace type that does not record anything.
runCHP_TraceOff :: CHP a -> IO (Maybe a, TraceOff Unique)Source
A type-constrained version of runCHPAndTrace
. This is semantically identical
to runCHP
, but this function is useful with the qcCHP'
function in the testing
module.