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