Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Container for table data
val tables_of_yojson :
Yojson.Safe.t ->
tables Ppx_deriving_yojson_runtime.error_or
val pp_tables :
Ppx_deriving_runtime.Format.formatter ->
tables ->
Ppx_deriving_runtime.unit
val show_tables : tables -> Ppx_deriving_runtime.string
type element = {
element_id : int;
release_id : int;
series_id : string;
parent_id : int;
line : string;
typ : string;
name : string;
level : string;
observation_value : string;
observation_date : string;
children : element list;
}
val element_of_yojson :
Yojson.Safe.t ->
element Ppx_deriving_yojson_runtime.error_or
val pp_element :
Ppx_deriving_runtime.Format.formatter ->
element ->
Ppx_deriving_runtime.unit
val show_element : element -> Ppx_deriving_runtime.string