definition: |
cursorBack :: Int -> String cursorBack = moveCursor "D" |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- move cursor n columns backward |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {moveCursor}} |
name: |
cursorBack |
precedence: |
no precedence defined |
result-values: |
{moveCursor} |
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 |