| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
GHC.Types.Var.FV
Description
Utilities for efficiently and deterministically computing free variables.
Documentation
type BoundVars = TyCoVarSet Source #
type SelectiveDFV = FV (InterestingVarFun, BoundVars) (EndoOS DVarSet) Source #
runTyCoVars :: TyCoFV -> TyCoVarSet Source #
runTyCoVarsDSet :: DTyCoFV -> DTyCoVarSet Source #
runFVSelectiveList :: InterestingVarFun -> SelectiveDFV -> [Var] Source #
type InterestingVarFun = Var -> Bool Source #