definition: |
moduleImports :: Prog -> (String, [String]) moduleImports (Prog m is _ _ _) = (m, is) |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
-- Extract a module and its imports |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({Prog}) |-> {(,)}} |
name: |
moduleImports |
precedence: |
no precedence defined |
result-values: |
{(,)} |
signature: |
FlatCurry.Types.Prog -> (String, [String]) |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |