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