definition: |
ppPos :: [Int] -> Doc ppPos pos = text (show pos) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Pretty print an ICurry position |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {Doc}} |
name: |
ppPos |
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 |