Module type Strong.WITH_FST

Minimal interface using with fst and without Profunctor requirements.

type ('a, 'b) t

The type held by the Strong Profunctor.

val fst : ('a, 'b) t -> ('a * 'c, 'b * 'c) t

Act on the first parameter of the product.