CurryInfo: cass-analysis-4.0.0 / Analysis.Deterministic.showOverlap

definition:
showOverlap :: AOutFormat -> Bool -> String
showOverlap _     True  = "overlapping"
showOverlap AText False = "non-overlapping"
showOverlap ANote False = ""
demand:
argument 2
deterministic:
deterministic operation
documentation:
-- Show overlapping information as a string.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{True}) |-> {:} || ({AText},{False}) |-> {:} || ({ANote},{False}) |-> {[]}}
name:
showOverlap
precedence:
no precedence defined
result-values:
{:,[]}
signature:
Analysis.Types.AOutFormat -> Prelude.Bool -> String
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms