decoders
Elm-inspired decoders for Ocaml
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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