definition: |
incFailTestInStats :: VStateM () incFailTestInStats = modify $ \vstate -> vstate { numFailTests = numFailTests vstate + 1 } |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Increments the number of test of possible failure calls. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> _} |
name: |
incFailTestInStats |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Control.Monad.Trans.State.StateT VState Prelude.IO () |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |