package yaml

  1. Overview
  2. Docs

Module Yaml_bindings_types.EncodingSource

Sourcetype t = [
  1. | `Any
  2. | `E of int64
  3. | `Utf16be
  4. | `Utf16le
  5. | `Utf8
]
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval __t_of_sexp__ : Sexplib0.Sexp.t -> t