= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Types
type property = string * pvalues
type node = property list
type sequence = node list
type collection = gametree list
Parsing
val of_string : string -> (collection, err) Rresult.result
val of_channel : in_channel -> (collection, err) Rresult.result
val of_file : string -> (collection, err) Rresult.result
Printing
val pp_property : Format.formatter -> property -> unit
val pp_node : Format.formatter -> node -> unit
val pp_sequence : Format.formatter -> sequence -> unit
val pp_gametree : Format.formatter -> gametree -> unit
val pp_collection : Format.formatter -> collection -> unit