CurryInfo: cass-analysis-4.0.0 / Analysis.RootReplaced.showRootRepl

definition:
showRootRepl :: AOutFormat -> RootReplaced -> String
showRootRepl AText ([],_)   = "no root replacements"
showRootRepl ANote ([],_)   = ""
showRootRepl AText (xs@(_:_),_) =
  "root replacements: " ++ intercalate "," (map (\ (mn,fn) -> mn++"."++fn) xs)
showRootRepl ANote (xs@(_:_),_) = "[" ++ intercalate "," (map snd xs) ++ "]"
demand:
arguments 1 2
deterministic:
deterministic operation
documentation:
-- Show root-replacement information as a string.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({AText},{(,)}) |-> _ || ({ANote},{(,)}) |-> _}
name:
showRootRepl
precedence:
no precedence defined
result-values:
_
signature:
Analysis.Types.AOutFormat -> ([(String, String)], [Prelude.Int]) -> String
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms