Hoogle Search
Within LTS Haskell 24.27 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapNameEnv :: (elt1 -> elt2) -> NameEnv elt1 -> NameEnv elt2ghc-lib-parser GHC.Types.Name.Env No documentation available.
mapMaybeOccEnv :: (a -> Maybe b) -> OccEnv a -> OccEnv bghc-lib-parser GHC.Types.Name.Occurrence mapMaybe for b OccEnv.
mapOccEnv :: (a -> b) -> OccEnv a -> OccEnv bghc-lib-parser GHC.Types.Name.Occurrence mapMUniqDSet :: (Monad m, Uniquable b) => (a -> m b) -> UniqDSet a -> m (UniqDSet b)ghc-lib-parser GHC.Types.Unique.DSet Like mapUniqDSet but for mapM. Assumes the function we are mapping over the UniqDSet does not modify uniques, as per Note [UniqSet invariant] in GHC.Types.Unique.Set.
mapUniqDSet :: Uniquable b => (a -> b) -> UniqDSet a -> UniqDSet bghc-lib-parser GHC.Types.Unique.DSet No documentation available.
mapUniqMap :: (a -> b) -> UniqMap k a -> UniqMap k bghc-lib-parser GHC.Types.Unique.Map No documentation available.
mapMaybeUniqSet_sameUnique :: (a -> Maybe b) -> UniqSet a -> UniqSet bghc-lib-parser GHC.Types.Unique.Set Like mapMaybe, but you must ensure the passed in function does not change the Unique.
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.