CurryInfo: wl-pprint-3.0.0 / Text.PrettyImpl.txtMode

definition:
txtMode :: Int -> String
txtMode m = csiCmd ++ show m ++ "m"
 where
  csiCmd :: String
  csiCmd = '\ESC' : '[' : ""
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Text mode
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
txtMode
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