clean(Int32): remove functions defined in Stdlib

This commit is contained in:
Fardale 2020-03-05 19:38:30 +01:00 committed by Simon Cruanes
parent b96f7d6e68
commit 7821e8e259
2 changed files with 0 additions and 6 deletions

View file

@ -3,8 +3,6 @@
open CCShims_ open CCShims_
include Int32 include Int32
let equal (x:t) y = Stdlib.(=) x y
module Infix = struct module Infix = struct
let (+) = add let (+) = add

View file

@ -92,10 +92,6 @@ end
include module type of Infix include module type of Infix
val equal : t -> t -> bool
(** The equal function for 32-bit integers.
Like {!Pervasives.(=) x y)}. *)
val hash : t -> int val hash : t -> int
(** Like {!Pervasives.abs (to_int x)}. *) (** Like {!Pervasives.abs (to_int x)}. *)