Hoogle Search

Within LTS Haskell 24.12 (ghc-9.10.3)

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

  1. lookupWithDefaultM :: Monad m => m a -> Focus a m a

    focus Focus

    A monadic version of lookupWithDefault.

  2. lookupFact :: Label -> FactBase f -> Maybe f

    ghc-lib-parser GHC.Cmm.Dataflow.Label

    No documentation available.

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

    ghc-lib-parser GHC.Core.Coercion

    No documentation available.

  4. lookupFamInstEnv :: FamInstEnvs -> TyCon -> [Type] -> [FamInstMatch]

    ghc-lib-parser GHC.Core.FamInstEnv

    No documentation available.

  5. lookupFamInstEnvByTyCon :: FamInstEnvs -> TyCon -> [FamInst]

    ghc-lib-parser GHC.Core.FamInstEnv

    No documentation available.

  6. lookupFamInstEnvConflicts :: FamInstEnvs -> FamInst -> [FamInst]

    ghc-lib-parser GHC.Core.FamInstEnv

    No documentation available.

  7. lookupFamInstEnvInjectivityConflicts :: [Bool] -> FamInstEnvs -> FamInst -> [CoAxBranch]

    ghc-lib-parser GHC.Core.FamInstEnv

    Check whether an open type family equation can be added to already existing instance environment without causing conflicts with supplied injectivity annotations. Returns list of conflicting axioms (type instance declarations).

  8. lookupInstEnv :: Bool -> InstEnvs -> Class -> [Type] -> ClsInstLookupResult

    ghc-lib-parser GHC.Core.InstEnv

    See Note [Rules for instance lookup] ^ See Note [Safe Haskell Overlapping Instances] in GHC.Tc.Solver ^ See Note [Safe Haskell Overlapping Instances Implementation] in GHC.Tc.Solver

  9. lookupUniqueInstEnv :: InstEnvs -> Class -> [Type] -> Either LookupInstanceErrReason (ClsInst, [Type])

    ghc-lib-parser GHC.Core.InstEnv

    Look up an instance in the given instance environment. The given class application must match exactly one instance and the match may not contain any flexi type variables. If the lookup is unsuccessful, yield 'Left errorMessage'.

  10. lookupCoreMap :: CoreMap a -> CoreExpr -> Maybe a

    ghc-lib-parser GHC.Core.Map.Expr

    No documentation available.

Page 80 of many | Previous | Next