ghc-7.10.2: The GHC API

Safe HaskellNone
LanguageHaskell2010

VarSet

Contents

Synopsis

Var, Id and TyVar set types

Manipulating these sets

extendVarSet_C :: (Var -> Var -> Var) -> VarSet -> Var -> VarSet

mapUnionVarSet :: (a -> VarSet) -> [a] -> VarSet

map the function oer the list, and union the results

foldVarSet :: (Var -> a -> a) -> a -> VarSet -> a

mapVarSet :: (Var -> Var) -> VarSet -> VarSet

seqVarSet :: VarSet -> ()