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

definition:
hardline :: Doc
hardline = Doc (LineBreak Nothing)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- The document `hardline` advances to the next line and indents
--- to the current nesting level. `hardline` cannot be undone by `group`.
--- @return a document which advances to the next line
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {Doc}}
name:
hardline
precedence:
no precedence defined
result-values:
{Doc}
signature:
Text.PrettyImpl.Doc
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms