Skip to content

Commit 5a3c7c7

Browse files
committed
CCChar(cleanup): remove CCChar.compare from the mli
Char.compare already existe
1 parent e2ef6a7 commit 5a3c7c7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/core/CCChar.mli

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ include module type of struct
99
include Char
1010
end
1111

12-
val compare : t -> t -> int
13-
(** The comparison function for characters, with the same specification as
14-
{!Stdlib.compare}. Along with the type [t], this function [compare]
15-
allows the module [Char] to be passed as argument to the functors
16-
{!Set.Make} and {!Map.Make}. *)
17-
1812
val of_int_exn : int -> t
1913
(** Alias to {!Char.chr}.
2014
Return the character with the given ASCII code.

0 commit comments

Comments
 (0)