Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. mapAccumBranches :: forall (br :: BranchFlag) . ([CoAxBranch] -> CoAxBranch -> CoAxBranch) -> Branches br -> Branches br

    ghc-lib-parser GHC.Core.Coercion.Axiom

    The [CoAxBranch] passed into the mapping function is a list of all previous branches, reversed

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

    ghc-lib-parser GHC.Core.InstEnv

    No documentation available.

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

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

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

    Adjust the dyn flags passed to the argument action

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

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

    No documentation available.

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

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

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

    No documentation available.

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

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

    No documentation available.

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

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

    No documentation available.

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

Page 175 of many | Previous | Next