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.

  1. mapDynFlagsCoreM :: (DynFlags -> DynFlags) -> CoreM a -> CoreM a

    ghc GHC.Core.Opt.Monad

    Adjust the dyn flags passed to the argument action

  2. mapLetFloats :: LetFloats -> ((Id, CoreExpr) -> (Id, CoreExpr)) -> LetFloats

    ghc GHC.Core.Opt.Simplify.Env

    No documentation available.

  3. mapScaledType :: (Type -> Type) -> Scaled Type -> Scaled Type

    ghc GHC.Core.TyCo.Rep

    Apply a function to both the Mult and the Type in a 'Scaled Type'

  4. mapDTyConEnv :: (a -> b) -> DTyConEnv a -> DTyConEnv b

    ghc GHC.Core.TyCon.Env

    No documentation available.

  5. mapMaybeDTyConEnv :: (a -> Maybe b) -> DTyConEnv a -> DTyConEnv b

    ghc GHC.Core.TyCon.Env

    No documentation available.

  6. mapTyConEnv :: (elt1 -> elt2) -> TyConEnv elt1 -> TyConEnv elt2

    ghc GHC.Core.TyCon.Env

    No documentation available.

  7. mapTyCo :: Monad m => TyCoMapper () m -> (Type -> m Type, [Type] -> m [Type], Coercion -> m Coercion, [Coercion] -> m [Coercion])

    ghc GHC.Core.Type

    No documentation available.

  8. mapTyCoX :: Monad m => TyCoMapper env m -> (env -> Type -> m Type, env -> [Type] -> m [Type], env -> Coercion -> m Coercion, env -> [Coercion] -> m [Coercion])

    ghc GHC.Core.Type

    No documentation available.

  9. mapAccumBagL :: (acc -> x -> (acc, y)) -> acc -> Bag x -> (acc, Bag y)

    ghc GHC.Data.Bag

    No documentation available.

  10. mapAccumBagLM :: Monad m => (acc -> x -> m (acc, y)) -> acc -> Bag x -> m (acc, Bag y)

    ghc GHC.Data.Bag

    No documentation available.

Page 95 of many | Previous | Next