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

definition:
semiBraces :: [Doc] -> Doc
semiBraces = encloseSep lbrace rbrace semi
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- The document `(semiBraces xs)` seperates the documents `xs` with semi colons
--- and encloses them in braces. The documents are rendered horizontally
--- if that fits the page. Otherwise they are aligned vertically.
--- All semi colons are put in front of the elements.
--- @param xs - a list of documents
--- @return documents xs seperated with semi colons and enclosed in braces
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {encloseSep}}
name:
semiBraces
precedence:
no precedence defined
result-values:
{encloseSep}
signature:
[Text.PrettyImpl.Doc] -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
possibly non-reducible on same data term