X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FTypes.hs;h=e43e3761b9614ba794e2a58d6efca662ec3f3da9;hb=94fff171ed26c83f7b87a43db45a1d39539c51fc;hp=981cbfcffa3c33275ca644f08c7abe986ecb1688;hpb=3709a32fc03bc0de69a34211ca32544405e43ae4;p=ghc-prim.git diff --git a/GHC/Types.hs b/GHC/Types.hs index 981cbfc..e43e376 100644 --- a/GHC/Types.hs +++ b/GHC/Types.hs @@ -3,7 +3,11 @@ module GHC.Types where +import GHC.Prim + infixr 5 : data [] a = [] | a : [a] +data Char = C# Char# +