We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ef6a7 commit 5a3c7c7Copy full SHA for 5a3c7c7
src/core/CCChar.mli
@@ -9,12 +9,6 @@ include module type of struct
9
include Char
10
end
11
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
-
18
val of_int_exn : int -> t
19
(** Alias to {!Char.chr}.
20
Return the character with the given ASCII code.
0 commit comments