definition: |
functions :: CurryProg -> [CFuncDecl] functions (CurryProg _ _ _ _ _ _ fs _) = fs |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Returns the function declarations of a given Curry program. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({CurryProg}) |-> _} |
name: |
functions |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
AbstractCurry.Types.CurryProg -> [AbstractCurry.Types.CFuncDecl] |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |