mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
clean(Int64): remove functions defined in Stdlib
This commit is contained in:
parent
7821e8e259
commit
4f0e219036
2 changed files with 0 additions and 6 deletions
|
|
@ -3,8 +3,6 @@
|
||||||
open CCShims_
|
open CCShims_
|
||||||
include Int64
|
include Int64
|
||||||
|
|
||||||
let equal (x:t) y = Stdlib.(=) x y
|
|
||||||
|
|
||||||
module Infix = struct
|
module Infix = struct
|
||||||
let (+) = add
|
let (+) = add
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -92,10 +92,6 @@ end
|
||||||
|
|
||||||
include module type of Infix
|
include module type of Infix
|
||||||
|
|
||||||
val equal : t -> t -> bool
|
|
||||||
(** The equal function for 64-bit integers.
|
|
||||||
Like {!Pervasives.(=) x y)}. *)
|
|
||||||
|
|
||||||
val compare : t -> t -> int
|
val compare : t -> t -> int
|
||||||
(** The comparison function for 64-bit integers, with the same specification as
|
(** The comparison function for 64-bit integers, with the same specification as
|
||||||
{!Pervasives.compare}. Along with the type [t], this function [compare]
|
{!Pervasives.compare}. Along with the type [t], this function [compare]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue