X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FBool.hs;h=ba2d8aea27c0084287a65f2902c6151c12435d6f;hb=HEAD;hp=2232aa3e33a7b3cfedba90f5a56aefa4ca76d9d7;hpb=d12c4f3de454ea031f2258627d388d3d994a3cfd;p=ghc-base.git diff --git a/Data/Bool.hs b/Data/Bool.hs index 2232aa3..ba2d8ae 100644 --- a/Data/Bool.hs +++ b/Data/Bool.hs @@ -1,4 +1,5 @@ -{-# OPTIONS -fno-implicit-prelude #-} +{-# LANGUAGE CPP, NoImplicitPrelude #-} + ----------------------------------------------------------------------------- -- | -- Module : Data.Bool @@ -17,10 +18,10 @@ module Data.Bool ( -- * Booleans Bool(..), -- ** Operations - (&&), -- :: Bool -> Bool -> Bool - (||), -- :: Bool -> Bool -> Bool - not, -- :: Bool -> Bool - otherwise, -- :: Bool + (&&), -- :: Bool -> Bool -> Bool + (||), -- :: Bool -> Bool -> Bool + not, -- :: Bool -> Bool + otherwise, -- :: Bool ) where #ifdef __GLASGOW_HASKELL__