stdcompat__char.ml1 2 3 4 5 6 7 8 9 10 11 12 13 14 15include Char (* let lowercase_ascii = Char.lowercase let uppercase_ascii = Char.uppercase let equal : t -> t -> bool = ( = ) *) (* let hash = Hashtbl.hash let seeded_hash = Stdcompat__hashtbl.seeded_hash *)