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