CurryInfo: flatcurry-annotated-3.3.0 / FlatCurry.Annotated.Goodies.progFuncs

definition:
progFuncs :: AProg a -> [AFuncDecl a]
progFuncs = trProg (\_ _ _ funcs _ -> funcs)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- get functions from program
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {trProg}}
name:
progFuncs
precedence:
no precedence defined
result-values:
{trProg}
signature:
FlatCurry.Annotated.Types.AProg a -> [FlatCurry.Annotated.Types.AFuncDecl a]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms