CurryInfo: wl-pprint-3.0.0 / Text.PrettyImpl.doc2Tokens

definition:
doc2Tokens :: Doc -> Tokens
doc2Tokens (Doc d) = normalise (d EOD)
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- Transform a document into a group-closed document by normalising its token
-- sequence.
-- A document is called group-closed, if between the end of every `group` and
-- the next `text` document there is always a `line` document.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Doc}) |-> _}
name:
doc2Tokens
precedence:
no precedence defined
result-values:
_
signature:
Doc -> Tokens
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms