definition: |
softline :: Doc softline = group line |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- The document `softline` behaves like `space` if the resulting output --- fits the page, otherwise it behaves like `line`. --- `softline = group line` --- @return a document which behaves like `space` or `line` |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {Doc}} |
name: |
softline |
precedence: |
no precedence defined |
result-values: |
{Doc} |
signature: |
Text.PrettyImpl.Doc |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |