Yaml_bindings_types.Scalar_style
type t = [
|
`Any
`Plain
`Single_quoted
`Double_quoted
`Literal
`Folded
`E of int64
]