Yaml_bindings_types.Token_type
type t = [
|
`None
|
`Stream_start
|
`Stream_end
|
`Version_directive
|
`Tag_directive
|
`Document_start
|
`Document_end
|
`Block_sequence_start
|
`Block_mapping_start
|
`Block_end
|
`Flow_sequence_start
|
`Flow_sequence_end
|
`Flow_mapping_start
|
`Flow_mapping_end
|
`Block_entry
|
`Flow_entry
|
`Key
|
`Value
|
`Alias
|
`Anchor
|
`Tag
|
`Scalar
|
`E of int64
]