CurryInfo: contract-prover-4.0.0 / ContractProver.getFreshVarIndex

definition: Info
 
getFreshVarIndex :: TransStateM Int
getFreshVarIndex = get >>= return . freshVar
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Gets the current fresh variable index of the state.
failfree: Info
 ()
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> _}
name: Info
 getFreshVarIndex
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Control.Monad.Trans.State.StateT TransState Prelude.IO Prelude.Int
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms