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

definition:
softbreak :: Doc
softbreak = group linebreak
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- The document `softbreak` behaves like `(text "")` if the resulting output
--- fits the page, otherwise it behaves like `line`.
--- `softbreak  = group linebreak`
--- @return a document which behaves like `(text "")` or `line`
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {Doc}}
name:
softbreak
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