module YamlNode:sig..end
A node in a YAML document.
typeuri =string
A fully-qualified URI that indicates the type of the node.
type t =
| |
SCALAR of |
(* |
| *) |
| |
SEQUENCE of |
(* |
| *) |
| |
MAPPING of |
(* |
| *) |
The three node kinds, scalar, sequence, and mapping.