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. lookupTypeMap :: TypeMap a -> Type -> Maybe a

    ghc GHC.Core.Map.Type

    No documentation available.

  2. lookupTypeMapWithScope :: TypeMap a -> CmEnv -> Type -> Maybe a

    ghc GHC.Core.Map.Type

    No documentation available.

  3. lookupRecBndr :: SimplEnv -> InId -> OutId

    ghc GHC.Core.Opt.Simplify.Env

    No documentation available.

  4. lookupRM :: [RoughMatchLookupTc] -> RoughMap a -> [a]

    ghc GHC.Core.RoughMap

    Order of result is deterministic.

  5. lookupRM' :: [RoughMatchLookupTc] -> RoughMap a -> (Bag a, [a])

    ghc GHC.Core.RoughMap

    N.B. Returns a Bag for matches, which allows us to avoid rebuilding all of the lists we find in rm_empty, which would otherwise be necessary due to ++ if we returned a list. We use a list for unifiers because the tail is computed lazily and we often only care about the first couple of potential unifiers. Constructing a bag forces the tail which performs much too much work. See Note [Matching a RoughMap] See Note [Matches vs Unifiers]

  6. lookupRule :: RuleOpts -> InScopeEnv -> (Activation -> Bool) -> Id -> [CoreExpr] -> [CoreRule] -> Maybe (CoreRule, CoreExpr)

    ghc GHC.Core.Rules

    The main rule matching function. Attempts to apply all (active) supplied rules to this instance of an application in a given context, returning the rule applied and the resulting expression if successful.

  7. lookupIdSubst :: HasDebugCallStack => Subst -> Id -> CoreExpr

    ghc GHC.Core.Subst

    Find the substitution for an Id in the Subst The Id should not be a CoVar

  8. lookupIdSubst_maybe :: HasDebugCallStack => Subst -> Id -> Maybe CoreExpr

    ghc GHC.Core.Subst

    No documentation available.

  9. lookupCoVar :: Subst -> Var -> Maybe Coercion

    ghc GHC.Core.TyCo.Subst

    No documentation available.

  10. lookupTyVar :: Subst -> TyVar -> Maybe Type

    ghc GHC.Core.TyCo.Subst

    No documentation available.

Page 44 of many | Previous | Next