definition: |
showQNameNoDots :: QName -> String showQNameNoDots = map (\c -> if c=='.' then '_' else c) . showQName |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- Shows a qualified name by replacing all dots by underscores. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {.._#lambda508}} |
name: |
showQNameNoDots |
precedence: |
no precedence defined |
result-values: |
{.._#lambda508} |
signature: |
(String, String) -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |