diff options
Diffstat (limited to 'compiler/GHC/Core.hs-boot')
-rw-r--r-- | compiler/GHC/Core.hs-boot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/compiler/GHC/Core.hs-boot b/compiler/GHC/Core.hs-boot new file mode 100644 index 0000000000..648e0d659c --- /dev/null +++ b/compiler/GHC/Core.hs-boot @@ -0,0 +1,8 @@ +module GHC.Core where +import {-# SOURCE #-} GHC.Types.Var + +data Expr a + +type CoreBndr = Var + +type CoreExpr = Expr CoreBndr |