clean(Int64): remove functions defined in Stdlib

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

View file

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

View file

@ -92,10 +92,6 @@ end
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
(** The comparison function for 64-bit integers, with the same specification as
{!Pervasives.compare}. Along with the type [t], this function [compare]