mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
clean(Int32): remove functions defined in Stdlib
This commit is contained in:
parent
b96f7d6e68
commit
7821e8e259
2 changed files with 0 additions and 6 deletions
|
|
@ -3,8 +3,6 @@
|
|||
open CCShims_
|
||||
include Int32
|
||||
|
||||
let equal (x:t) y = Stdlib.(=) x y
|
||||
|
||||
module Infix = struct
|
||||
let (+) = add
|
||||
|
||||
|
|
|
|||
|
|
@ -92,10 +92,6 @@ end
|
|||
|
||||
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
|
||||
(** Like {!Pervasives.abs (to_int x)}. *)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue