module CCChar: sig .. end
sig
end
type t = char
char
val equal : t -> t -> bool
t -> t -> bool
val compare : t -> t -> int
t -> t -> int
val lowercase_ascii : t -> t
t -> t
Char
val uppercase_ascii : t -> t
val pp : Buffer.t -> t -> unit
Buffer.t -> t -> unit
val print : Format.formatter -> t -> unit
Format.formatter -> t -> unit