Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val to_yojson : t -> Y.t
val from_yojson : Y.t -> t
val load_json : string -> t
val json_of_string : string -> t
val string_of_json :
?compact:'a ->
?recursive:'b ->
?allow_nan:'c ->
t ->
string