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

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