ghc-lib-parser-9.6.1.20230312: compiler/GHC/Core.hs-boot
module GHC.Core where
import {-# SOURCE #-} GHC.Types.Var
data Expr a
type CoreBndr = Var
type CoreExpr = Expr CoreBndr
module GHC.Core where
import {-# SOURCE #-} GHC.Types.Var
data Expr a
type CoreBndr = Var
type CoreExpr = Expr CoreBndr