definition: |
bold :: Doc -> Doc bold d = Doc (OpenFormat (SetIntensity Bold) . deDoc d . CloseFormat) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- The document `(bold d)` displays document `d` with bold text --- @param d - a document --- @return document d displayed with bold text |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {Doc}} |
name: |
bold |
precedence: |
no precedence defined |
result-values: |
{Doc} |
signature: |
Text.PrettyImpl.Doc -> Text.PrettyImpl.Doc |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |