CurryInfo: icurry-3.2.0 / FlatCurry.CaseLifting.getOpts

definition:
getOpts :: LiftingState LiftOptions
getOpts = get >>= return . liftOpts
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Get lifting options from current state.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> _}
name:
getOpts
precedence:
no precedence defined
result-values:
_
signature:
Control.Monad.Trans.State.StateT LiftState Data.Functor.Identity.Identity LiftOptions
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms