packages feed

ghc-lib-parser-9.14.1.20251220: compiler/GHC/Core.hs-boot

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

data Expr a

type CoreBndr = Var

type CoreExpr = Expr CoreBndr