definition: |
prettySolution :: Boolean -> String prettySolution = pPrint . (line <>) . ppCNF |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Pretty print a solution of a Boolean formula. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {.._#lambda508}} |
name: |
prettySolution |
precedence: |
no precedence defined |
result-values: |
{.._#lambda508} |
signature: |
Dimacs.Types.Boolean -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |