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.

  1. mapLitValue :: Platform -> (Integer -> Integer) -> Literal -> Literal

    ghc-lib-parser GHC.Types.Literal

    Apply a function to the Integer contained in the Literal, for when that makes sense, e.g. for Char and numbers. For fixed-size integral literals, the result will be wrapped in accordance with the semantics of the target type. See Note [WordInt underflowoverflow]

  2. mapDNameEnv :: (a -> b) -> DNameEnv a -> DNameEnv b

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

    No documentation available.

  3. mapMaybeNameEnv :: (a -> Maybe b) -> NameEnv a -> NameEnv b

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

    No documentation available.

  4. mapNameEnv :: (elt1 -> elt2) -> NameEnv elt1 -> NameEnv elt2

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

    No documentation available.

  5. mapMaybeOccEnv :: (a -> Maybe b) -> OccEnv a -> OccEnv b

    ghc-lib-parser GHC.Types.Name.Occurrence

    mapMaybe for b OccEnv.

  6. mapOccEnv :: (a -> b) -> OccEnv a -> OccEnv b

    ghc-lib-parser GHC.Types.Name.Occurrence

    Map over an OccEnv (Functor instance).

  7. 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.

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

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

    No documentation available.

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

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

    No documentation available.

  10. 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.

Page 224 of many | Previous | Next