Roll back generics changes in the HEAD repos
[ghc-prim.git] / GHC / Types.hs-boot
diff --git a/GHC/Types.hs-boot b/GHC/Types.hs-boot
deleted file mode 100644 (file)
index be0e3bd..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-{-# OPTIONS_GHC -XNoImplicitPrelude #-}
-
-module GHC.Types where
-
-import GHC.Prim
-
-
-infixr 5 :
-
-data [] a = [] | a : [a]
-
-data Char = C# Char#
-
-data Int = I# Int#
-
-data Bool = False | True
-