|
definition: |
prettyVar :: SVar -> Doc
prettyVar v = text ('x' : show v)
|
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
failfree: |
_ |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_) |-> {Doc}}
|
|
name: |
prettyVar |
|
precedence: |
no precedence defined |
|
result-values: |
{Doc}
|
|
signature: |
Prelude.Int -> Text.PrettyImpl.Doc |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
possibly non-terminating |
|
totally-defined: |
possibly non-reducible on same data term |