X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FUnicode.hs-boot;h=cc67dbbb112346c8e5a13d3dcaef1891155bbca2;hb=f98950484a7cb01e43352e3d88277a2784cd58bf;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