definition: |
indent :: Doc -> Doc indent = nest 2 |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Indentation |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {nest}} |
name: |
indent |
precedence: |
no precedence defined |
result-values: |
{nest} |
signature: |
Text.PrettyImpl.Doc -> Text.PrettyImpl.Doc |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |