Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type 'a dict = 'a Dict.t
val value_of_string : string -> value
val value_to_string : value -> string
val value_of_yojson : Yojson.Basic.json -> value
val value_to_yojson : value -> Yojson.Basic.json
val decode : 'a t -> value -> ('a, string) Result.result
val decode_string : 'a t -> string -> ('a, string) Result.result
val string : string t
val float : float t
val int : int t
val bool : bool t
val null : 'a -> 'a t
val succeed : 'a -> 'a t
val fail : string -> 'a t
val mapN : 'fn -> 'fn t