definition: |
pPrint :: Doc -> String pPrint = showWidth 80 |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Standard printing with a column length of 80. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {showWidth}} |
name: |
pPrint |
precedence: |
no precedence defined |
result-values: |
{showWidth} |
signature: |
Text.PrettyImpl.Doc -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |