definition: |
rparen :: Doc rparen = char ')' |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- The document `rparen` contains a right parenthesis, `")"`. --- @return a document which contains a right parenthesis |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {Doc}} |
name: |
rparen |
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 |