summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core.hs-boot
blob: 648e0d659c47d4b1c37053ec853dc8a2490d7656 (plain)
1
2
3
4
5
6
7
8
module GHC.Core where
import {-# SOURCE #-} GHC.Types.Var

data Expr a

type CoreBndr = Var

type CoreExpr = Expr CoreBndr