Module Unprime_char.Char
include module type of Prime_char
val is_ascii_graph : char -> bool
True on characters normally rendered as non-blank glyphs; that is all non-space printable characters.
Unprime_char.Char
include module type of Prime_char
val is_ascii_graph : char -> bool
True on characters normally rendered as non-blank glyphs; that is all non-space printable characters.