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
]