Via_contramap_fst_and_map_snd_and_fst.Req
type ('a, 'b) t
The type held by the Strong Profunctor.
Strong Profunctor
val contramap_fst : ('a -> 'b) -> ('b, 'c) t -> ('a, 'c) t
Contramapping over the first argument.
val map_snd : ('b -> 'c) -> ('a, 'b) t -> ('a, 'c) t
Mapping over the second argument.
val fst : ('a, 'b) t -> ('a * 'c, 'b * 'c) t
Act on the first parameter of the product.