definition: |
linebreak :: Doc linebreak = linesep "" |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- The document `linebreak` advances to the next line and indents to --- the current nesting level. Document `linebreak` 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: |
linebreak |
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 |