definition: |
showSolComplete :: AOutFormat -> Bool -> String showSolComplete _ True = "solution complete" showSolComplete _ False = "maybe suspend" |
demand: |
argument 2 |
deterministic: |
deterministic operation |
documentation: |
-- Show solution completeness information as a string. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,{True}) |-> {:} || (_,{False}) |-> {:}} |
name: |
showSolComplete |
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 |