CurryInfo: failfree-4.0.0 / VerifierState.incNumNFCInStats

definition:
incNumNFCInStats :: VState -> VState
incNumNFCInStats vstate = vstate { numNFCFuncs = numNFCFuncs vstate + 1 }
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Increments the number of operations with nonfail conditions.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({VState}) |-> {VState}}
name:
incNumNFCInStats
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