include module type of struct include Stdlib.Char end
val escaped : char -> stringval lowercase_ascii : char -> charval uppercase_ascii : char -> charval compare : t -> t -> intval equal : t -> t -> boolval seeded_hash : int -> t -> intval unsafe_chr : int -> charSourceval is_whitespace : char -> bool Sourceval (=) : char -> char -> bool Sourceval (<>) : char -> char -> bool