CurryInfo: icurry-3.2.0 / FlatCurry.CaseLifting.addFun2State

definition: Info
 
addFun2State :: FuncDecl -> LiftState -> LiftState
addFun2State fd st = st { liftFuncs = fd : liftFuncs st }
demand: Info
 argument 2
deterministic: Info
 deterministic operation
documentation: Info
 
Modify a state by adding a function declaration.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{LiftState}) |-> {LiftState}}
name: Info
 addFun2State
precedence: Info
 no precedence defined
result-values: Info
 {LiftState}
signature: Info
 FlatCurry.Types.FuncDecl -> LiftState -> LiftState
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms