Merge GHC.Bool into GHC.Types
[ghc-prim.git] / GHC / Bool.hs
diff --git a/GHC/Bool.hs b/GHC/Bool.hs
deleted file mode 100644 (file)
index f826ae7..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-
-{-# OPTIONS_GHC -XNoImplicitPrelude #-}
-
-module GHC.Bool (Bool(..)) where
-
--- We need Inl etc behind the scenes for the Bool definition
-import GHC.Generics ()
-
-default ()
-
-data Bool = False | True