|
definition: |
callsDirectly :: FuncDecl -> [QName] callsDirectly fun = toList (snd (directlyDependent fun)) |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
list of direct dependencies for a function |
|
failfree: |
<FAILING> |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_) |-> _}
|
|
name: |
callsDirectly |
|
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: |
possibly non-reducible on same data term |