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