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

definition:
set :: [Doc] -> Doc
set = encloseSep lbrace rbrace comma
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- The document `(set xs)` comma seperates the documents `xs` and encloses
--- them in braces. The documents are rendered horizontally if
--- that fits the page. Otherwise they are aligned vertically.
--- All comma seperators are put in front of the elements.
--- @param xs - a list of documents
--- @return comma seperated documents xs and enclosed in braces
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {encloseSep}}
name:
set
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