Meta_conv.InternalYou should not open this module, unless you are writing decoders/encoders for a new target data type.
val field_assoc_exn :
string ->
string ->
(string * 'target) list ->
('target Error.t -> 'host) ->
('host, 'target) Types.Decoder.t_exn ->
('host, 'target) Types.Decoder.t_exnval field_assoc_optional_exn :
string ->
string ->
(string * 'target) list ->
('host, 'target) Types.Decoder.t_exn ->
('host option, 'target) Types.Decoder.t_exnval embeded_decoding_helper :
(string * 'target) list ->
'target ->
('host, 'target Error.t) Result.t ->
('host * (string * 'target) list, 'target Error.t) Result.thelper function for embded record field
They are decoders but just fail
val tuple_arity_error : int -> int -> ('host, 'target) Types.Decoder.tval variant_arity_error :
string ->
string ->
int ->
int ->
('host, 'target) Types.Decoder.tval variant_unknown_tag_error :
string ->
string ->
('host, 'target) Types.Decoder.tval primitive_decoding_failure : string -> ('host, 'target) Types.Decoder.tval sub_decoders_failed_for_one_of : string -> ('host, 'target) Types.Decoder.t