X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FTypes.hs;h=5531a6d4b7d9be5473d7fb4205a054f7d4028723;hb=56982bc49625b9873a844f1e78686dbcc5c14301;hp=981cbfcffa3c33275ca644f08c7abe986ecb1688;hpb=3709a32fc03bc0de69a34211ca32544405e43ae4;p=ghc-prim.git diff --git a/GHC/Types.hs b/GHC/Types.hs index 981cbfc..5531a6d 100644 --- a/GHC/Types.hs +++ b/GHC/Types.hs @@ -3,7 +3,13 @@ module GHC.Types where +import GHC.Prim +-- We need Inl etc behind the scenes for the type definitions +import GHC.Generics () + infixr 5 : data [] a = [] | a : [a] +data Char = C# Char# +