package yaml-sexp
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Stream.EventSource
Source
type t = Yaml.Stream.Event.t = | Stream_start of {encoding : encoding;
}| Document_start of {version : version option;implicit : bool;
}| Document_end of {}| Mapping_start of {anchor : string option;tag : string option;implicit : bool;style : layout_style;
}| Mapping_end| Stream_end| Scalar of scalar| Sequence_start of {anchor : string option;tag : string option;implicit : bool;style : layout_style;
}| Sequence_end| Alias of {}| Nothing