CurryInfo: coosy-3.1.0 / Coosy.Prettier.pretty

definition:
pretty :: Int -> DOC -> String
pretty w x = layout (best w 0 x)
demand:
no demanded arguments
deterministic:
deterministic operation
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
pretty
precedence:
no precedence defined
result-values:
_
signature:
Prelude.Int -> DOC -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term