Module Either.First

type ('a, 'b) t = ('a'b) t
include Monad.S2 with type ('a, 'b) t := ('a'b) t
type ('a, 'e) t
include Base__.Monad_intf.Infix2 with type ('a, 'e) t := ('a'e) t
type ('a, 'e) t
val (>>=) : ('a'e) t -> ('a -> ('b'e) t) -> ('b'e) t
val (>>|) : ('a'e) t -> ('a -> 'b) -> ('b'e) t
include Base__.Monad_intf.Syntax2 with type ('a, 'e) t := ('a'e) t
type ('a, 'e) t
module Let_syntax : sig ... end
module Monad_infix : Base__.Monad_intf.Infix2 with type ('a, 'e) t := ('a'e) t
val bind : ('a'e) t -> f:('a -> ('b'e) t) -> ('b'e) t
val return : 'a -> ('a_) t
val map : ('a'e) t -> f:('a -> 'b) -> ('b'e) t
val join : (('a'e) t'e) t -> ('a'e) t
val ignore_m : (_'e) t -> (unit, 'e) t
val all : ('a'e) t list -> ('a list'e) t
val all_unit : (unit, 'e) t list -> (unit, 'e) t
include Applicative.S2 with type ('a, 'b) t := ('a'b) t
include Base__.Applicative_intf.For_let_syntax2
type ('a, 'e) t
val return : 'a -> ('a_) t
val map : ('a'e) t -> f:('a -> 'b) -> ('b'e) t
val both : ('a'e) t -> ('b'e) t -> ('a * 'b'e) t
include Base__.Applicative_intf.Applicative_infix2 with type ('a, 'e) t := ('a'e) t
type ('a, 'e) t
val (<*>) : ('a -> 'b'e) t -> ('a'e) t -> ('b'e) t
val (<*) : ('a'e) t -> (unit, 'e) t -> ('a'e) t
val (*>) : (unit, 'e) t -> ('a'e) t -> ('a'e) t
val (>>|) : ('a'e) t -> ('a -> 'b) -> ('b'e) t
val apply : ('a -> 'b'e) t -> ('a'e) t -> ('b'e) t
val map2 : ('a'e) t -> ('b'e) t -> f:('a -> 'b -> 'c) -> ('c'e) t
val map3 : ('a'e) t -> ('b'e) t -> ('c'e) t -> f:('a -> 'b -> 'c -> 'd) -> ('d'e) t
val all : ('a'e) t list -> ('a list'e) t
val all_unit : (unit, 'e) t list -> (unit, 'e) t
module Applicative_infix : Base__.Applicative_intf.Applicative_infix2 with type ('a, 'e) t := ('a'e) t
val value : ('a_) t -> default:'a -> 'a
val to_option : ('a_) t -> 'a option
val with_return : ('a With_return.return -> 'b) -> ('a'b) t
val combine : ('a'd) t -> ('b'd) t -> f:('a -> 'b -> 'c) -> other:('d -> 'd -> 'd) -> ('c'd) t
val combine_all : ('a'b) t list -> f:('b -> 'b -> 'b) -> ('a list'b) t
val combine_all_unit : (unit, 'b) t list -> f:('b -> 'b -> 'b) -> (unit, 'b) t