ghc-7.6.3: The GHC API

Safe HaskellNone

VarSet

Contents

Synopsis

Var, Id and TyVar set types

Manipulating these sets

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