Module Applicative.Make3

Parameters

Signature

module Applicative_infix : sig ... end
val all_unit : ('a'd'e) X.t list -> ('a'd'e) X.t
val all : ('a'd'e) X.t list -> ('a'd'e) X.t
val map3 : ('a'd'e) X.t -> ('a'd'e) X.t -> ('a'd'e) X.t -> f:('a -> 'b -> 'c -> 'result) -> ('a'd'e) X.t
val map2 : ('a'd'e) X.t -> ('a'd'e) X.t -> f:('a -> 'b -> 'c) -> ('a'd'e) X.t
val apply : ('a'd'e) X.t -> ('a'd'e) X.t -> ('a'd'e) X.t
include Base__.Applicative_intf.For_let_syntax3 with type ('a, 'd, 'e) t := ('a'd'e) X.t
include Base__.Applicative_intf.Applicative_infix3 with type ('a, 'd, 'e) t := ('a'd'e) X.t
val (<*>) : ('a'd'e) X.t -> ('a'd'e) X.t -> ('a'd'e) X.t
val (<*) : ('a'd'e) X.t -> ('a'd'e) X.t -> ('a'd'e) X.t
val (*>) : ('a'd'e) X.t -> ('a'd'e) X.t -> ('a'd'e) X.t
val (>>|) : ('a'd'e) X.t -> ('a -> 'b) -> ('a'd'e) X.t
val both : ('a'd'e) X.t -> ('a'd'e) X.t -> ('a'd'e) X.t
val map : ('a'd'e) X.t -> f:('a -> 'b) -> ('a'd'e) X.t
val return : 'a -> ('a'd'e) X.t