packages feed

ghc-9.6.1: GHC/Core.hs-boot

module GHC.Core where
import {-# SOURCE #-} GHC.Types.Var

data Expr a

type CoreBndr = Var

type CoreExpr = Expr CoreBndr