CurryInfo: cass-analysis-4.0.0 / Analysis.RightLinearity.showRightLinear

definition:
showRightLinear :: AOutFormat -> Bool -> String
showRightLinear _     True  = "right-linear"
showRightLinear AText False = "not defined by right-linear rules"
showRightLinear ANote False = "" 
demand:
argument 2
deterministic:
deterministic operation
documentation:
-- Show right-linearity information as a string.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{True}) |-> {:} || ({AText},{False}) |-> {:} || ({ANote},{False}) |-> {[]}}
name:
showRightLinear
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