jon.recoil.org

Module Applicative.Make_let_syntax3Source

Constructs a Let_syntax module for an applicative with three type parameters.

Parameters

module X : sig ... end
module Intf : sig ... end
module Impl : Intf.S

Signature

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