sig
  external code : char -> int = "%identity"
  val chr : int -> char
  val escaped : char -> string
  val lowercase : char -> char
  val uppercase : char -> char
  type t = char
  val compare : Char.t -> Char.t -> int
  external unsafe_chr : int -> char = "%identity"
end

Hosted by the SourceForge.net Logo* web site.
*Other names and brands may be claimed as the property of others.