CurryInfo: dimacs-3.0.0 / Dimacs.Pretty.prettyDimacs

definition:
prettyDimacs :: Int -> Boolean -> String
prettyDimacs nv = pPrint . (ppDimacs nv) . toCNF
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Pretty print a Boolean formula (second argument)
--- with a given number of variables (first argument) in DIMACS format.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {.._#lambda508}}
name:
prettyDimacs
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
Prelude.Int -> 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