Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. mapUniqMap :: (a -> b) -> UniqMap k a -> UniqMap k b

    ghc-lib-parser GHC.Types.Unique.Map

    No documentation available.

  2. mapMaybeUniqSet_sameUnique :: (a -> Maybe b) -> UniqSet a -> UniqSet b

    ghc-lib-parser GHC.Types.Unique.Set

    Like mapMaybe, but you must ensure the passed in function does not change the Unique.

  3. mapUniqSet :: Uniquable b => (a -> b) -> UniqSet a -> UniqSet b

    ghc-lib-parser GHC.Types.Unique.Set

    No documentation available.

  4. mapVarBndr :: (var -> var') -> VarBndr var flag -> VarBndr var' flag

    ghc-lib-parser GHC.Types.Var

    No documentation available.

  5. mapVarBndrs :: (var -> var') -> [VarBndr var flag] -> [VarBndr var' flag]

    ghc-lib-parser GHC.Types.Var

    No documentation available.

  6. mapDVarEnv :: (a -> b) -> DVarEnv a -> DVarEnv b

    ghc-lib-parser GHC.Types.Var.Env

    No documentation available.

  7. mapVarEnv :: (a -> b) -> VarEnv a -> VarEnv b

    ghc-lib-parser GHC.Types.Var.Env

    No documentation available.

  8. mapDVarSet :: Uniquable b => (a -> b) -> UniqDSet a -> UniqDSet b

    ghc-lib-parser GHC.Types.Var.Set

    No documentation available.

  9. mapUnionDVarSet :: (a -> DVarSet) -> [a] -> DVarSet

    ghc-lib-parser GHC.Types.Var.Set

    Map the function over the list, and union the results

  10. mapUnionVarSet :: (a -> VarSet) -> [a] -> VarSet

    ghc-lib-parser GHC.Types.Var.Set

    map the function over the list, and union the results

Page 185 of many | Previous | Next