Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Decode.Infix
Sourceinclude module type of Decoders.Decoder.Infix
val (>>=) :
('i, 'a) Decoders.Decoder.t ->
('a -> ('i, 'b) Decoders.Decoder.t) ->
('i, 'b) Decoders.Decoder.t
val (<*>) :
('i, 'a -> 'b) Decoders.Decoder.t ->
('i, 'a) Decoders.Decoder.t ->
('i, 'b) Decoders.Decoder.t