definition: |
publicListFromProgInfo:: ProgInfo a -> [(QName,a)] publicListFromProgInfo (ProgInfo fm1 _) = toList fm1 |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Returns the infos of public operations as a list. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({ProgInfo}) |-> _} |
name: |
publicListFromProgInfo |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
ProgInfo a -> [((String, String), a)] |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |