definition: |
funcsOfFuncDecl :: FuncDecl -> [QName] funcsOfFuncDecl fd = nub (trRule (\_ e -> funcsInExpr e) (\_ -> []) (funcRule fd)) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
Returns the names of all functions occurring in the body of a function declaration. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {:,[]}} |
name: |
funcsOfFuncDecl |
precedence: |
no precedence defined |
result-values: |
{:,[]} |
signature: |
FlatCurry.Types.FuncDecl -> [(String, String)] |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |