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

definition:
braces :: Doc -> Doc
braces = enclose lbrace rbrace
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Document `(braces x)` encloses document `x` in braces, `"{"` and `"}"`.
--- @param x - a document
--- @return document x enclosed in braces
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {enclose}}
name:
braces
precedence:
no precedence defined
result-values:
{enclose}
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