Profunctor.WITH_DIMAP
Minimal interface using dimap.
dimap
type ('a, 'b) t
The type held by the Profunctor.
Profunctor
val dimap : ('a -> 'b) -> ('c -> 'd) -> ('b, 'c) t -> ('a, 'd) t