Module TTY.Mode

val normal : int64 F.const
val raw : int64 F.const
val io : int64 F.const
type t = [
| `NORMAL
| `RAW
| `IO
]
val t : t F.typ