Strong.WITH_SND
Minimal interface using with snd and without Profunctor requirements.
snd
Profunctor
type ('a, 'b) t
The type held by the Strong Profunctor.
Strong Profunctor
val snd : ('b, 'c) t -> ('a * 'b, 'a * 'c) t
Act on the second parameter of the product.