Module Base.Either
val compare : ('f -> 'f -> int) -> ('s -> 's -> int) -> ('f, 's) t -> ('f, 's) t -> intval hash_fold_t : (Hash.state -> 'f -> Hash.state) -> (Hash.state -> 's -> Hash.state) -> Hash.state -> ('f, 's) t -> Hash.state
include Invariant.S2 with type ('a, 'b) t := ('a, 'b) t
val invariant : 'a Base__.Invariant_intf.inv -> 'b Base__.Invariant_intf.inv -> ('a, 'b) t Base__.Invariant_intf.inv
val swap : ('f, 's) t -> ('s, 'f) tval value : ('a, 'a) t -> 'aval iter : ('a, 'b) t -> first:('a -> unit) -> second:('b -> unit) -> unitval value_map : ('a, 'b) t -> first:('a -> 'c) -> second:('b -> 'c) -> 'cval map : ('a, 'b) t -> first:('a -> 'c) -> second:('b -> 'd) -> ('c, 'd) tval equal : ('f -> 'f -> bool) -> ('s -> 's -> bool) -> ('f, 's) t -> ('f, 's) t -> bool
module type Focused = Base__.Either_intf.Focusedval is_first : (_, _) t -> boolval is_second : (_, _) t -> boolval first : 'f -> ('f, _) tfirstandsecondareFirst.returnandSecond.return.
val second : 's -> (_, 's) t