definition: |
incNumAllInStats :: VStateM () incNumAllInStats = modify $ \vstate -> vstate { numAllFuncs = numAllFuncs vstate + 1 } |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Increments the number of all tested functions. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> _} |
name: |
incNumAllInStats |
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 |