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