Module Myparser.TestdemoSource
Sourceval pp_prop_name : Ppx_show_runtime.Format.formatter -> prop_name -> unit Sourceval pp_prop_typ : Ppx_show_runtime.Format.formatter -> prop_typ -> unit Sourcetype prop_info = {mutable p_read : string option;mutable p_write : string option;mutable p_notify : string option;
} Sourceval pp_prop_info : Ppx_show_runtime.Format.formatter -> prop_info -> unit Sourcetype info = {mutable is_singleton : bool;mutable name : string option;mutable namespace : string option;mutable props : (prop_name * prop_typ * prop_info) list;
} Sourceval pp_prop_item : Ppx_show_runtime.Format.formatter -> prop_item -> unit Sourcetype data_item = | ISingleton of bool| IProp of prop_item| IName of string| INamespace of string
Sourceval pp_data_item : Ppx_show_runtime.Format.formatter -> data_item -> unit