Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapUniqSet :: Uniquable b => (a -> b) -> UniqSet a -> UniqSet bghc-lib-parser GHC.Types.Unique.Set No documentation available.
mapVarBndr :: (var -> var') -> VarBndr var flag -> VarBndr var' flagghc-lib-parser GHC.Types.Var No documentation available.
mapVarBndrs :: (var -> var') -> [VarBndr var flag] -> [VarBndr var' flag]ghc-lib-parser GHC.Types.Var No documentation available.
mapDVarEnv :: (a -> b) -> DVarEnv a -> DVarEnv bghc-lib-parser GHC.Types.Var.Env No documentation available.
mapVarEnv :: (a -> b) -> VarEnv a -> VarEnv bghc-lib-parser GHC.Types.Var.Env No documentation available.
mapDVarSet :: Uniquable b => (a -> b) -> UniqDSet a -> UniqDSet bghc-lib-parser GHC.Types.Var.Set No documentation available.
mapUnionDVarSet :: (a -> DVarSet) -> [a] -> DVarSetghc-lib-parser GHC.Types.Var.Set Map the function over the list, and union the results
mapUnionVarSet :: (a -> VarSet) -> [a] -> VarSetghc-lib-parser GHC.Types.Var.Set map the function over the list, and union the results
mapVarSet :: Uniquable b => (a -> b) -> UniqSet a -> UniqSet bghc-lib-parser GHC.Types.Var.Set No documentation available.
-
ghc-lib-parser GHC.Unit.Database Convert between GenericUnitInfo instances