X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FUnicode.hs-boot;h=cc67dbbb112346c8e5a13d3dcaef1891155bbca2;hb=3a7e8de77666fab3f6d2a7fc5c813cbca77ad57d;hp=cc67ac8af9a72667e9a5c83fe03a3211e6ddfccc;hpb=ad2f35188663652eca67184e744419478ac4b601;p=ghc-base.git diff --git a/GHC/Unicode.hs-boot b/GHC/Unicode.hs-boot index cc67ac8..cc67dbb 100644 --- a/GHC/Unicode.hs-boot +++ b/GHC/Unicode.hs-boot @@ -1,7 +1,8 @@ -{-# OPTIONS -fno-implicit-prelude #-} +{-# LANGUAGE NoImplicitPrelude #-} module GHC.Unicode where -import GHC.Base( Char, Bool ) + +import GHC.Types isAscii :: Char -> Bool isLatin1 :: Char -> Bool