Module Applicative.S2_to_S
Parameters
Signature
module Applicative_infix : sig ... end
val all_unit : unit t list -> unit t
val all : 'a t list -> 'a list t
val map3 : 'a t -> 'b t -> 'c t -> f:('a -> 'b -> 'c -> 'd) -> 'd t
val map2 : 'a t -> 'b t -> f:('a -> 'b -> 'c) -> 'c t
val apply : ('a -> 'b) t -> 'a t -> 'b t
include Base__.Applicative_intf.For_let_syntax with type 'a t = ('a, unit) X.t
type 'a t
= ('a, unit) X.t