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