Char

The plain source file for module Char is not available.
module Char (
    isAscii, isLatin1, isControl, isPrint, isSpace, isUpper, isLower, 
    isAlpha, isDigit, isOctDigit, isHexDigit, isAlphaNum, 
    digitToInt, intToDigit,
    toUpper, toLower,
    ord, chr,
    readLitChar, showLitChar, lexLitChar,

-- ...and what the Prelude exports
    Char, String
  ) where

import Data.Char

Index

(HTML for this module was generated on 2009-01-04. About the conversion tool.)