Module type Strong.WITH_DIMAP_AND_SND

Minimal interface using dimap and snd.

type ('a, 'b) t

The type held by the Strong Profunctor.

val dimap : ('a -> 'b) -> ('c -> 'd) -> ('b, 'c) t -> ('a, 'd) t
val snd : ('b, 'c) t -> ('a * 'b, 'a * 'c) t

Act on the second parameter of the product.