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 Yaml_sexp
Source
Source
and sequence = Yaml.sequence = {
s_anchor : string option;
s_tag : string option;
s_implicit : bool;
s_members : yaml list;
}
Source
and scalar = Yaml.scalar = {
anchor : string option;
tag : string option;
value : string;
plain_implicit : bool;
quoted_implicit : bool;
style : scalar_style;
}