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

definition:
bquotes  :: Doc -> Doc
bquotes = enclose bquote bquote
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Document `(bquotes x)` encloses document `x` with back quotes `"\`"`.
--- @param x - a document
--- @return document x enclosed by `\`` quotes
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {enclose}}
name:
bquotes
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