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.

  1. mapInstEnv :: (ClsInst -> ClsInst) -> InstEnv -> InstEnv

    ghc-lib-parser GHC.Core.InstEnv

    No documentation available.

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

    ghc-lib-parser GHC.Core.Multiplicity

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

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

    ghc-lib-parser GHC.Core.Opt.Monad

    Adjust the dyn flags passed to the argument action

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

    ghc-lib-parser GHC.Core.Opt.Simplify.Env

    No documentation available.

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

    ghc-lib-parser GHC.Core.TyCo.Rep

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

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

    ghc-lib-parser GHC.Core.TyCon.Env

    No documentation available.

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

    ghc-lib-parser GHC.Core.TyCon.Env

    No documentation available.

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

    ghc-lib-parser GHC.Core.TyCon.Env

    No documentation available.

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

    ghc-lib-parser GHC.Core.Type

    No documentation available.

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

    ghc-lib-parser GHC.Core.Type

    No documentation available.

Page 175 of many | Previous | Next