|
definition: |
funcDecls :: Prog -> [FuncDecl] funcDecls (Prog _ _ _ fs _) = fs |
|
demand: |
argument 1 |
|
deterministic: |
deterministic operation |
|
failfree: |
_ |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{({Prog}) |-> _}
|
|
name: |
funcDecls |
|
precedence: |
no precedence defined |
|
result-values: |
_ |
|
signature: |
AbstractHaskell.Types.Prog -> [AbstractHaskell.Types.FuncDecl] |
|
solution-complete: |
operationally complete operation |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |