|
definition: |
showFunResults :: (a -> String) -> [(QName,a)] -> [String] showFunResults showf = map (\ (qf,r) -> snd qf ++ ": " ++ showf r) |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
Shows the analysis results of functions w.r.t. a formatting operation. |
|
failfree: |
_ |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_) |-> {map}}
|
|
name: |
showFunResults |
|
precedence: |
no precedence defined |
|
result-values: |
{map}
|
|
signature: |
(a -> String) -> [((String, String), a)] -> [String] |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |