package decoders-ezxmlm

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Decode.InfixSource

Sourceval (>>=) : ('i, 'a) Decoders.Decoder.t -> ('a -> ('i, 'b) Decoders.Decoder.t) -> ('i, 'b) Decoders.Decoder.t
Sourceval (>|=) : ('i, 'a) Decoders.Decoder.t -> ('a -> 'b) -> ('i, 'b) Decoders.Decoder.t
Sourceval (<*>) : ('i, 'a -> 'b) Decoders.Decoder.t -> ('i, 'a) Decoders.Decoder.t -> ('i, 'b) Decoders.Decoder.t
Sourcetype ('i, 'o) t_let = ('i, 'o) Decoders.Decoder.t
Sourceval (let+) : ('i, 'a) t_let -> ('a -> 'b) -> ('i, 'b) t_let
Sourceval (and+) : ('i, 'a) t_let -> ('i, 'b) t_let -> ('i, 'a * 'b) t_let
Sourceval (let*) : ('i, 'a) t_let -> ('a -> ('i, 'b) t_let) -> ('i, 'b) t_let
Sourceval (and*) : ('i, 'a) t_let -> ('i, 'b) t_let -> ('i, 'a * 'b) t_let
OCaml

Innovation. Community. Security.