ghc-7.10.3: The GHC API

Safe HaskellNone
LanguageHaskell2010

VarSet

Contents

Synopsis

Var, Id and TyVar set types

Manipulating these sets

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

map the function oer the list, and union the results

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