From: Ian Lynagh Date: Wed, 6 Aug 2008 23:20:55 +0000 (+0000) Subject: Import wibbles X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a57a202ff25ddfd2dc3597efad8ac839a42ce31b;p=ghc-base.git Import wibbles --- diff --git a/GHC/Unicode.hs-boot b/GHC/Unicode.hs-boot index 12f3e23..c9a4a9d 100644 --- a/GHC/Unicode.hs-boot +++ b/GHC/Unicode.hs-boot @@ -1,7 +1,9 @@ {-# OPTIONS_GHC -XNoImplicitPrelude #-} module GHC.Unicode where -import GHC.Base( Char, Bool ) + +import GHC.Bool +import GHC.Types isAscii :: Char -> Bool isLatin1 :: Char -> Bool