package yaml

  1. Overview
  2. Docs
type t = [
  1. | `Any
  2. | `E of int64
  3. | `Utf16be
  4. | `Utf16le
  5. | `Utf8
]
include sig ... end
val t_of_sexp : Sexplib.Sexp.t -> t
val __t_of_sexp__ : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
OCaml

Innovation. Community. Security.