ghc-7.0.1: The GHC API

UniqSet

Contents

Synopsis

Unique set type

Manipulating these sets

addOneToUniqSet_C :: Uniquable a => (a -> a -> a) -> UniqSet a -> a -> UniqSet aSource

foldUniqSet :: (a -> b -> b) -> b -> UniqSet a -> bSource

mapUniqSet :: (a -> b) -> UniqSet a -> UniqSet bSource