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

definition:
showFunctional :: AOutFormat -> Bool -> String
showFunctional _     True  = "functional"
showFunctional AText False = "defined with logic features"
showFunctional ANote False = ""
demand:
argument 2
deterministic:
deterministic operation
documentation:
-- Show functionally defined information as a string.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{True}) |-> {:} || ({AText},{False}) |-> {:} || ({ANote},{False}) |-> {[]}}
name:
showFunctional
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