ghc-7.6.2: The GHC API

Safe HaskellNone

VarSet

Contents

Synopsis

Var, Id and TyVar set types

Manipulating these sets

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