= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package yaml
-
yaml_bindings
-
yaml_bindings_types
-
-
yaml_c
-
yaml_unix
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Stream_start : sig ... end
module Mapping_start : sig ... end
module Scalar : sig ... end
module Document_start : sig ... end
module Document_end : sig ... end
module Sequence_start : sig ... end
module Alias : sig ... end
module Data : sig ... end
type t = Yaml_bindings_types.M(G).Event.t
val _type : (t, Yaml_bindings_types.Event_type.t) field
val data : (t, Data.t Ctypes.union) field
val start_mark : (t, Mark.t Ctypes.structure) field
val end_mark : (t, Mark.t Ctypes.structure) field