re-instate the documentation for 'Char', which got lost at some point
[ghc-prim.git] / GHC / Bool.hs
index c4389a4..f826ae7 100644 (file)
@@ -1,10 +1,10 @@
 
 {-# 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
+import GHC.Generics ()
 
 default ()