definition: |
empty :: Doc empty = Doc Empty |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- The empty document --- @return an empty document |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {Doc}} |
name: |
empty |
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 |