Module Yaml_bindings_types.Sequence_style

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