CurryInfo: property-prover-2.0.0 / TransState.incFreshVarIndex

definition:
incFreshVarIndex :: TransState -> TransState
incFreshVarIndex st = st { freshVar = freshVar st + 1 }
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- Increments fresh variable index.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({TransState}) |-> {TransState}}
name:
incFreshVarIndex
precedence:
no precedence defined
result-values:
{TransState}
signature:
TransState -> TransState
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms