CurryInfo: failfree-4.0.0 / VerifierState.incNumAllInStats

definition:
incNumAllInStats :: VState -> VState
incNumAllInStats vstate = vstate { numAllFuncs = numAllFuncs vstate + 1 }
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Increments the number of all tested functions.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({VState}) |-> {VState}}
name:
incNumAllInStats
precedence:
no precedence defined
result-values:
{VState}
signature:
VState -> VState
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms