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: | isPrint |
Type: | Char -> Bool |
Description: | True if the character is printable |
Related: |
Input: isPrint 'A'
Output: True
Input: isPrint (chr 10)
Output: False