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