definition:
|
showFM :: (Show k, Show v) => FM k v -> String
showFM (FM _ fm) = show fm
|
demand:
|
argument 3
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Transforms a finite map into a string. For efficiency reasons,
--- the tree structure is shown which is valid for reading only if one
--- uses the same ordering predicate.
|
failfree:
|
(_, _, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,_,{FM}) |-> _}
|
name:
|
showFM
|
precedence:
|
no precedence defined
|
result-values:
|
_
|
signature:
|
(Prelude.Show a, Prelude.Show b) => FM a b -> String
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|