include module type of struct include Astring.Char end
val of_byte : int -> char
val unsafe_of_byte : int -> char
val of_int : int -> char option
val equal : char -> char -> bool
val compare : char -> char -> int
module Ascii = Astring.Char.Ascii
val pp : Stdlib.Format.formatter -> char -> unit
val dump : Stdlib.Format.formatter -> char -> unit