definition: |
prettyFlat :: DOC -> String prettyFlat d = go 0 d "" |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
-- this version never makes optional line breaks in groups but puts -- everything into a single line except where line breaks are forced. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
prettyFlat |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
DOC -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |