Bifunctor.WITH_BIMAP
Minimal interface using bimap.
bimap
type ('a, 'b) t
The type held by the Bifunctor
Bifunctor
val bimap : ('a -> 'b) -> ('c -> 'd) -> ('a, 'c) t -> ('b, 'd) t
Mapping over both arguments at the same time.