definition: |
showPos :: Pos -> String showPos [] = "\x03b5" showPos ps@(_:_) = intercalate "\x00b7" (map show ps) |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Transforms a position into a string representation. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({[]}) |-> {:} || ({:}) |-> _} |
name: |
showPos |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
[Prelude.Int] -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |