X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FTypes.hs-boot;fp=GHC%2FTypes.hs-boot;h=0000000000000000000000000000000000000000;hb=e32f7cee070ed0caf4e3bac895a09e27dee6e8ab;hp=be0e3bd1e6df0accaa04eb0a81bb34f4bb60a4f6;hpb=a7bd533a3dfb03c754e85333bf176fc8b4dfcbfa;p=ghc-prim.git diff --git a/GHC/Types.hs-boot b/GHC/Types.hs-boot deleted file mode 100644 index be0e3bd..0000000 --- a/GHC/Types.hs-boot +++ /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 -