definition: |
showQNameWithMod :: QName -> String showQNameWithMod (m,n) = n++" ("++m++")" |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
-- show qualified name with module: |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({(,)}) |-> _} |
name: |
showQNameWithMod |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
(String, String) -> String |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |