Module Core_kernel.Either
This module extends Base.Either.
- type ('f, 's) t- = ('f, 's) Base.Either.t- =- |- First of 'f- |- Second of 's
include Bin_prot.Binable.S2 with type ('f, 's) t := ('f, 's) t
- val bin_shape_t : Bin_prot.Shape.t -> Bin_prot.Shape.t -> Bin_prot.Shape.t
- val bin_size_t : ('a, 'b, ('a, 'b) t) Bin_prot.Size.sizer2
- val bin_write_t : ('a, 'b, ('a, 'b) t) Bin_prot.Write.writer2
- val bin_read_t : ('a, 'b, ('a, 'b) t) Bin_prot.Read.reader2
- val __bin_read_t__ : ('a, 'b, int -> ('a, 'b) t) Bin_prot.Read.reader2
- val bin_writer_t : ('a, 'b, ('a, 'b) t) Bin_prot.Type_class.S2.writer
- val bin_reader_t : ('a, 'b, ('a, 'b) t) Bin_prot.Type_class.S2.reader
- val bin_t : ('a, 'b, ('a, 'b) t) Bin_prot.Type_class.S2.t
include Typerep_lib.Typerepable.S2 with type ('f, 's) t := ('f, 's) t
- val 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.t
- val typename_of_t : 'a Typerep_lib.Typename.t -> 'b Typerep_lib.Typename.t -> ('a, 'b) t Typerep_lib.Typename.t
include module type of sig ... end with type ('f, 's) t := ('f, 's) t
- type ('f, 's) t- = ('f, 's) Base__Either.t- =- |- First of 'f- |- Second of 's
- val compare : ('f -> 'f -> int) -> ('s -> 's -> int) -> ('f, 's) t -> ('f, 's) t -> int
- val hash_fold_t : (Base.Hash.state -> 'f -> Base.Hash.state) -> (Base.Hash.state -> 's -> Base.Hash.state) -> Base.Hash.state -> ('f, 's) t -> Base.Hash.state
- val t_of_sexp : (Base.Sexp.t -> 'a) -> (Base.Sexp.t -> 'b) -> Base.Sexp.t -> ('a, 'b) t
- val sexp_of_t : ('a -> Base.Sexp.t) -> ('b -> Base.Sexp.t) -> ('a, 'b) t -> Base.Sexp.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) t
- val value : ('a, 'a) t -> 'a
- val iter : ('a, 'b) t -> first:('a -> unit) -> second:('b -> unit) -> unit
- val value_map : ('a, 'b) t -> first:('a -> 'c) -> second:('b -> 'c) -> 'c
- val map : ('a, 'b) t -> first:('a -> 'c) -> second:('b -> 'd) -> ('c, 'd) t
- val equal : ('f -> 'f -> bool) -> ('s -> 's -> bool) -> ('f, 's) t -> ('f, 's) t -> bool
module type Focused = Base__.Either_intf.Focusedmodule First = Base__Either.Firstmodule Second = Base__Either.Second- val is_first : ('a, 'b) t -> bool
- val is_second : ('a, 'b) t -> bool
- val first : 'f -> ('f, 'a) t
- val second : 's -> ('a, 's) t
module Export = Base__Either.Exportinclude Comparator.Derived2 with type ('a, 'b) t := ('a, 'b) t
- val comparator : ('a, 'cmp_a) Comparator.comparator -> ('b, 'cmp_b) Comparator.comparator -> (('a, 'b) t, ('cmp_a, 'cmp_b) comparator_witness) Comparator.comparator
include Quickcheckable.S2 with type ('a, 'b) t := ('a, 'b) t
- val quickcheck_generator : 'a Base_quickcheck.Generator.t -> 'b Base_quickcheck.Generator.t -> ('a, 'b) t Base_quickcheck.Generator.t
- val quickcheck_observer : 'a Base_quickcheck.Observer.t -> 'b Base_quickcheck.Observer.t -> ('a, 'b) t Base_quickcheck.Observer.t
- val quickcheck_shrinker : 'a Base_quickcheck.Shrinker.t -> 'b Base_quickcheck.Shrinker.t -> ('a, 'b) t Base_quickcheck.Shrinker.t
module Stable : sig ... end