Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapLitValue :: Platform -> (Integer -> Integer) -> Literal -> Literalghc 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]
mapDNameEnv :: (a -> b) -> DNameEnv a -> DNameEnv bghc GHC.Types.Name.Env No documentation available.
mapMaybeNameEnv :: (a -> Maybe b) -> NameEnv a -> NameEnv bghc GHC.Types.Name.Env No documentation available.
mapNameEnv :: (elt1 -> elt2) -> NameEnv elt1 -> NameEnv elt2ghc GHC.Types.Name.Env No documentation available.
mapMaybeOccEnv :: (a -> Maybe b) -> OccEnv a -> OccEnv bghc GHC.Types.Name.Occurrence mapMaybe for b OccEnv.
mapOccEnv :: (a -> b) -> OccEnv a -> OccEnv bghc GHC.Types.Name.Occurrence mapUniqDSet :: Uniquable b => (a -> b) -> UniqDSet a -> UniqDSet bghc GHC.Types.Unique.DSet No documentation available.
mapUniqMap :: (a -> b) -> UniqMap k a -> UniqMap k bghc GHC.Types.Unique.Map No documentation available.
mapUniqSet :: Uniquable b => (a -> b) -> UniqSet a -> UniqSet bghc GHC.Types.Unique.Set No documentation available.
mapVarBndr :: (var -> var') -> VarBndr var flag -> VarBndr var' flagghc GHC.Types.Var No documentation available.