X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FTypes.hs-boot;fp=GHC%2FTypes.hs-boot;h=25f88c40e6ea91d6ecffee5bb815c31eebca24de;hb=526912f3f19c4f8f3138636b4788de3de97f3170;hp=0000000000000000000000000000000000000000;hpb=49d560213f818de8ed7713ed9c3bf2ed210b076a;p=ghc-prim.git diff --git a/GHC/Types.hs-boot b/GHC/Types.hs-boot new file mode 100644 index 0000000..25f88c4 --- /dev/null +++ b/GHC/Types.hs-boot @@ -0,0 +1,15 @@ +{-# OPTIONS_GHC -XNoImplicitPrelude #-} + +module GHC.Types where + +import GHC.Prim + + +infixr 5 : + +data [] a = [] | a : [a] + +data Char = C# Char# + +data Int = I# Int# +