Word.Signed_value_orderCompare by value, ignore size, but take into account the sign.
See Clarification on size-morphism for more information.
include Core_kernel.Binable.S with type t = ttype t = tval bin_size_t : t Bin_prot.Size.sizerval bin_write_t : t Bin_prot.Write.writerval bin_read_t : t Bin_prot.Read.readerval __bin_read_t__ : (int -> t) Bin_prot.Read.readerval bin_writer_t : t Bin_prot.Type_class.writerval bin_reader_t : t Bin_prot.Type_class.readerval bin_t : t Bin_prot.Type_class.tinclude Core_kernel.Comparable.S_binable with type t := tmodule Replace_polymorphic_compare : sig ... endval comparator : (t, comparator_witness) Core_kernel__.Comparator.comparatormodule Map : sig ... endmodule Set : sig ... endinclude Core_kernel.Hashable.S_binable with type t := tval hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
t ->
Ppx_hash_lib.Std.Hash.stateval hash : t -> Ppx_hash_lib.Std.Hash.hash_valueval hashable : t Core_kernel__.Hashtbl.Hashable.tmodule Table : sig ... endmodule Hash_set : sig ... endmodule Hash_queue : sig ... end