package yaml

  1. Overview
  2. Docs
type t = [
  1. | `Any
  2. | `Block
  3. | `Flow
  4. | `E of int64
]