Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/prelude/Char/Char.hs

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


module Char
    (module IsAlpha
    ,module IsAlphaNum
    ,module IsAscii
    ,module IsControl
    ,module IsDigit
    ,module IsHexDigit
    ,module IsLower
    ,module IsLatin1
    ,module IsOctDigit
    ,module IsPrint
    ,module IsSpace
    ,module IsUpper
    ,module ToLower
    ,module ToUpper
    ,module Ord
    ,module Chr
    ,module DigitToInt
    ,module IntToDigit
    ,module ReadLitChar
    ,module ShowLitChar
    ,module LexLitChar
    -- ... and what the Prelude exports
    ,Char, String
    ) where

import IsAlpha
import IsAlphaNum
import IsAscii
import IsControl
import IsDigit
import IsHexDigit
import IsLower
import IsLatin1
import IsOctDigit
import IsPrint
import IsSpace
import IsUpper
import ToLower
import ToUpper

import Ord
import Chr
import DigitToInt
import IntToDigit
import ReadLitChar
import ShowLitChar
import LexLitChar


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.