Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include 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) Decoders.Decoder.t ->
('a -> 'b) ->
('i, 'b) Decoders.Decoder.t
val (<*>) :
('i, 'a -> 'b) Decoders.Decoder.t ->
('i, 'a) Decoders.Decoder.t ->
('i, 'b) Decoders.Decoder.t
type ('i, 'o) t_let = ('i, 'o) Decoders.Decoder.t