ZVON > References > Haskell reference |
Intro / Search / ZVON |
| Indexes | Syntax | Prelude | Ratio | Complex | Numeric | Ix | Array | List | Maybe | >> Char << | Monad | IO | Directory | System | Time | Locale | CPUTime | Random |
Module: | Char |
---|---|
Function: | isAlpha |
Type: | Char -> Bool |
Description: | True if the character is an alphabetic character |
Related: |
Input: isAlpha 'A'
Output: True
Input: isAlpha '1'
Output: False