mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
clean(Nativeint): remove functions defined in Stdlib
This commit is contained in:
parent
80ad2f349f
commit
71a3ebdeb5
2 changed files with 0 additions and 6 deletions
|
|
@ -3,8 +3,6 @@
|
|||
open CCShims_
|
||||
include Nativeint
|
||||
|
||||
let equal (x:t) y = Stdlib.(=) x y
|
||||
|
||||
module Infix = struct
|
||||
let (+) = add
|
||||
|
||||
|
|
|
|||
|
|
@ -93,10 +93,6 @@ module Infix : sig
|
|||
val (<) : t -> t -> bool
|
||||
end
|
||||
|
||||
val equal : t -> t -> bool
|
||||
(** The equal function for native integers.
|
||||
Like {!Pervasives.(=) x y)}. *)
|
||||
|
||||
val hash : t -> int
|
||||
(** Like {!Pervasives.abs (to_int x)}. *)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue