module YamlNode:A node in a YAML document.sig
..end
typeuri =
string
type
t =
| |
SCALAR of |
(* | SCALAR (type, value) is a scalar node. | *) |
| |
SEQUENCE of |
(* | SEQUENCE (type, nodes) is a sequence of nodes. | *) |
| |
MAPPING of |
(* | MAPPING (type, map) is a mapping of keys to values. | *) |