definition: |
progImports :: Prog -> [String] progImports = trProg (\_ imps _ _ _ -> imps) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- get imports from program |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {trProg}} |
name: |
progImports |
precedence: |
no precedence defined |
result-values: |
{trProg} |
signature: |
FlatCurry.Types.Prog -> [String] |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |