isAscii package:base-prelude
Selects the first 128 characters of the Unicode character set,
corresponding to the ASCII character set.
Selects ASCII lower-case letters, i.e. characters satisfying both
isAscii and
isLower.
Selects ASCII upper-case letters, i.e. characters satisfying both
isAscii and
isUpper.