Over_profunctor_via_fst.F
type ('a, 'b) t = ('a, 'b) P.t
The type held by the Strong Profunctor.
Strong Profunctor
val fst : ('a, 'b) t -> ('a * 'c, 'b * 'c) t
Act on the first parameter of the product.