Core.EitherSourceThis module extends Base.Either.
include Typerep_lib.Typerepable.S2 with type ('f, 's) t := ('f, 's) tval typerep_of_t :
'a Typerep_lib.Std_internal.Typerep.t ->
'b Typerep_lib.Std_internal.Typerep.t ->
('a, 'b) t Typerep_lib.Std_internal.Typerep.tval typename_of_t :
'a Typerep_lib.Typename.t ->
'b Typerep_lib.Typename.t ->
('a, 'b) t Typerep_lib.Typename.tval hash_fold_t :
(Base.Hash.state -> 'a -> Base.Hash.state) ->
(Base.Hash.state -> 'b -> Base.Hash.state) ->
Base.Hash.state ->
('a, 'b) t ->
Base.Hash.stateinclude Sexplib0.Sexpable.S2 with type ('f, 's) t := ('f, 's) tval t_of_sexp :
(Sexplib0.Sexp.t -> 'a) ->
(Sexplib0.Sexp.t -> 'b) ->
Sexplib0.Sexp.t ->
('a, 'b) tval sexp_of_t :
('a -> Sexplib0.Sexp.t) ->
('b -> Sexplib0.Sexp.t) ->
('a, 'b) t ->
Sexplib0.Sexp.tval t_sexp_grammar :
'f Sexplib0.Sexp_grammar.t ->
's Sexplib0.Sexp_grammar.t ->
('f, 's) t Sexplib0.Sexp_grammar.tinclude Base.Invariant.S2 with type ('a, 'b) t := ('a, 'b) tinclude Comparator.Derived2 with type ('a, 'b) t := ('a, 'b) tval comparator :
('a, 'cmp_a) Base.Comparator.comparator ->
('b, 'cmp_b) Base.Comparator.comparator ->
(('a, 'b) t, ('cmp_a, 'cmp_b) comparator_witness) Base.Comparator.comparatorinclude Quickcheckable.S2 with type ('a, 'b) t := ('a, 'b) tval quickcheck_generator :
'a Base_quickcheck.Generator.t ->
'b Base_quickcheck.Generator.t ->
('a, 'b) t Base_quickcheck.Generator.tval quickcheck_observer :
'a Base_quickcheck.Observer.t ->
'b Base_quickcheck.Observer.t ->
('a, 'b) t Base_quickcheck.Observer.tval quickcheck_shrinker :
'a Base_quickcheck.Shrinker.t ->
'b Base_quickcheck.Shrinker.t ->
('a, 'b) t Base_quickcheck.Shrinker.t