Commit 12fed8a 1 parent 66707b5 commit 12fed8a Copy full SHA for 12fed8a
File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ module type S = sig
16
16
type t
17
17
val hash : t -> int
18
18
val equal : t -> t -> bool
19
- val compare : t -> t -> int
20
19
val print : Format .formatter -> t -> unit
21
20
end
22
21
@@ -25,7 +24,6 @@ module type S = sig
25
24
type t
26
25
val hash : t -> int
27
26
val equal : t -> t -> bool
28
- val compare : t -> t -> int
29
27
val print : Format .formatter -> t -> unit
30
28
end
31
29
Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ module type S = sig
34
34
35
35
val hash : t -> int
36
36
val equal : t -> t -> bool
37
- val compare : t -> t -> int
38
- (* * Usual hash and comparison functions. Given to Map and Hash functors. *)
37
+ (* * Usual hash and comparison functions. Given to Hashtbl functors. *)
39
38
40
39
val print : Format .formatter -> t -> unit
41
40
(* * Printing function used for debugging. *)
You can’t perform that action at this time.
0 commit comments