X-Git-Url: http://git.megacz.com/?p=ghc-prim.git;a=blobdiff_plain;f=GHC%2FBool.hs;h=f826ae7a818b9f723356b4dd44a992b147326356;hp=39cb5e1bd3be39b2f94022614b6754420f551b7b;hb=b0f3bc38cef80a54e1412ca5c7cd3fce8ff862fb;hpb=c8ff966d1e0451d07ba12bfd1d7d0e43d032c694 diff --git a/GHC/Bool.hs b/GHC/Bool.hs index 39cb5e1..f826ae7 100644 --- a/GHC/Bool.hs +++ b/GHC/Bool.hs @@ -1,7 +1,7 @@ {-# OPTIONS_GHC -XNoImplicitPrelude #-} -module GHC.Bool where +module GHC.Bool (Bool(..)) where -- We need Inl etc behind the scenes for the Bool definition import GHC.Generics ()