CurryInfo: failfree-4.0.0 / Main.incFreshVarIndex

definition:
incFreshVarIndex :: TransState -> TransState
incFreshVarIndex st = st { freshVar = freshVar st + 1 }
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- Increments fresh variable index.
indeterministic:
referentially transparent operation
infix:
no fixity defined
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