CurryInfo: ansi-terminal-3.0.0 / System.Console.ANSI.Codes.cursorUp

definition:
cursorUp :: Int -> String
cursorUp = moveCursor "A"
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- move cursor n lines up
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {moveCursor}}
name:
cursorUp
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