Over_functor_via_product.Req
type ('a, 'index) t = ('a, 'index) Functor.t
The type held by the Indexed Apply.
Indexed Apply
val product : ('a, 'index) t -> ('b, 'index) t -> ('a * 'b, 'index) t
Monoidal product between two t.
t