Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. emptyRegMap :: RegMap a

    ghc GHC.CmmToAsm.Reg.Liveness

    No documentation available.

  2. toRegMap :: UniqFM VirtualReg elt -> UniqFM Reg elt

    ghc GHC.CmmToAsm.Reg.Utils

    No documentation available.

  3. toVRegMap :: UniqFM Reg elt -> UniqFM VirtualReg elt

    ghc GHC.CmmToAsm.Reg.Utils

    No documentation available.

  4. detEltsUniqMap :: Ord k => UniqMap k a -> [(k, a)]

    ghc GHC.CmmToAsm.Wasm.Utils

    No documentation available.

  5. data FMAPermutation

    ghc GHC.CmmToAsm.X86.Instr

    No documentation available.

  6. isMappedByLC :: TyCoVar -> LiftingContext -> Bool

    ghc GHC.Core.Coercion

    Is a var in the domain of a lifting context?

  7. reduceTyFamApp_maybe :: FamInstEnvs -> Role -> TyCon -> [Type] -> Maybe Reduction

    ghc GHC.Core.FamInstEnv

    No documentation available.

  8. topReduceTyFamApp_maybe :: FamInstEnvs -> TyCon -> [Type] -> Maybe HetReduction

    ghc GHC.Core.FamInstEnv

    Try to simplify a type-family application, by *one* step If topReduceTyFamApp_maybe env r F tys = Just (HetReduction (Reduction co rhs) res_co) then co :: F tys ~R# rhs res_co :: typeKind(F tys) ~ typeKind(rhs) Type families and data families; always Representational role

  9. data CoreMap a

    ghc GHC.Core.Map.Expr

    CoreMap a is a map from CoreExpr to a. If you are a client, this is the type you want.

  10. class Functor m => TrieMap (m :: Type -> Type)

    ghc GHC.Core.Map.Expr

    No documentation available.

Page 445 of many | Previous | Next