CurryInfo: wl-pprint-3.0.0 / Text.Pretty.line

definition:
line :: Doc
line = linesep " "
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- The document `line` advances to the next line and indents to the current
--- nesting level. Document `line` behaves like `(text " ")` if the line break
--- is undone by `group`.
--- @return a document which advances to the next line or behaves
---         like `(text " ")`
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> _}
name:
line
precedence:
no precedence defined
result-values:
_
signature:
Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms