Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Decode.Decodeable
SourceSignature of things that can be decoded.
val pp : Format.formatter -> value -> unit
val of_string : string -> (value, string) Util.My_result.t
val of_file : string -> (value, string) Util.My_result.t
val get_string : value -> string option
val get_int : value -> int option
val get_float : value -> float option
val get_bool : value -> bool option
val get_null : value -> unit option