ghc-9.14.1: GHC/Core/TyCo/FVs.hs-boot
module GHC.Core.TyCo.FVs where
import GHC.Prelude ( Bool )
import GHC.Types.Var.Set( TyCoVarSet )
import {-# SOURCE #-} GHC.Core.TyCo.Rep ( Type )
noFreeVarsOfType :: Type -> Bool
tyCoVarsOfType :: Type -> TyCoVarSet