mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
CCChar(cleanup): remove CCChar.compare from the mli
Char.compare already existe
This commit is contained in:
parent
e2ef6a750c
commit
5a3c7c7971
1 changed files with 0 additions and 6 deletions
|
|
@ -9,12 +9,6 @@ include module type of struct
|
|||
include Char
|
||||
end
|
||||
|
||||
val compare : t -> t -> int
|
||||
(** The comparison function for characters, with the same specification as
|
||||
{!Stdlib.compare}. Along with the type [t], this function [compare]
|
||||
allows the module [Char] to be passed as argument to the functors
|
||||
{!Set.Make} and {!Map.Make}. *)
|
||||
|
||||
val of_int_exn : int -> t
|
||||
(** Alias to {!Char.chr}.
|
||||
Return the character with the given ASCII code.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue