definition:
|
showTotally :: AOutFormat -> Bool -> String
showTotally AText True = "totally defined"
showTotally ANote True = ""
showTotally _ False = "partially defined"
|
demand:
|
argument 2
|
deterministic:
|
deterministic operation
|
documentation:
|
-- Shows the result of the totally-defined analysis.
|
failfree:
|
(_, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{({AText},{True}) |-> {:} || ({ANote},{True}) |-> {[]} || (_,{False}) |-> {:}}
|
name:
|
showTotally
|
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
|