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

definition:
cursorPos :: Int -> Int -> String
cursorPos r c = cmd (show r ++ ";" ++ show c ++ "H")
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- move cursor to position
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {:}}
name:
cursorPos
precedence:
no precedence defined
result-values:
{:}
signature:
Prelude.Int -> Prelude.Int -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term