Module Ascii_table.Table_char

module Table_char: sig .. end

type t = {
   ascii : char;
   utf8 : string;
}
val connect : ?top:unit ->
?bottom:unit -> ?left:unit -> ?right:unit -> unit -> t