diff options
Diffstat (limited to 'compiler/GHC/Builtin/Names.hs-boot')
-rw-r--r-- | compiler/GHC/Builtin/Names.hs-boot | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/compiler/GHC/Builtin/Names.hs-boot b/compiler/GHC/Builtin/Names.hs-boot new file mode 100644 index 0000000000..8dcd62e716 --- /dev/null +++ b/compiler/GHC/Builtin/Names.hs-boot @@ -0,0 +1,7 @@ +module GHC.Builtin.Names where + +import GHC.Types.Module +import GHC.Types.Unique + +mAIN :: Module +liftedTypeKindTyConKey :: Unique |