ghc-lib-parser-0.20220901: 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