package notty

  1. Overview
  2. Docs
type ret = [
  1. | `Await
  2. | `Boundary
  3. | `End
  4. | `Uchar of Uchar.t
]
type t
val create : unit -> t
val add : t -> [ `Await | `End | `Uchar of Uchar.t ] -> ret
OCaml

Innovation. Community. Security.