Update GHC.Generics to new generic programming library
[ghc-prim.git] / GHC / Bool.hs-boot
diff --git a/GHC/Bool.hs-boot b/GHC/Bool.hs-boot
new file mode 100644 (file)
index 0000000..aab8f17
--- /dev/null
@@ -0,0 +1,7 @@
+
+{-# OPTIONS_GHC -XNoImplicitPrelude #-}
+
+module GHC.Bool where
+
+data Bool = False | True
+