definition: |
lbrace :: Doc lbrace = char '{' |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- The document `lbrace` contains a left brace, `"{"`. --- @return a document which contains a left brace |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {Doc}} |
name: |
lbrace |
precedence: |
no precedence defined |
result-values: |
{Doc} |
signature: |
Text.PrettyImpl.Doc |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |