Module Applicative.Make_let_syntax3Source
Constructs a Let_syntax module for an applicative with three type parameters.
Parameters
module X : sig ... endmodule Intf : sig ... endmodule Impl : Intf.SSignature
include Base.Applicative.Let_syntax3
with type ('a, 'p, 'q) t := ('a, 'p, 'q) X.t
with module Open_on_rhs_intf := Intf
module Let_syntax : sig ... end