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