Result.Bifunctor
type ('a, 'b) t
= ('a, 'b) Stdlib.result
val bimap : ('a -> 'b) -> ('c -> 'd) -> ('a, 'c) t -> ('b, 'd) t