ZVON > References > Haskell reference
| Indexes | Syntax | Prelude | Ratio | Complex | Numeric | Ix | Array | List | Maybe | >> Char << | Monad | IO | Directory | System | Time | Locale | CPUTime | Random

Module: Char
Function: isLatin1
Type: a -> Bool
Description: True if the character is from ISO-8859-1 set
Related:

Example 1

Input: isLatin1 'A'

Output: True