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. lookupStaticPtr :: Interp -> FastString -> IO (Ptr ())

    ghc GHC.ByteCode.Linker

    No documentation available.

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

    ghc GHC.Cmm.Dataflow.Label

    No documentation available.

  3. lookupBlockAssignment :: BlockId -> BlockAssignment freeRegs -> Maybe (freeRegs, RegMap Loc)

    ghc GHC.CmmToAsm.Reg.Linear.Base

    Find the register mapping for a specific BlockId.

  4. lookupFirstUsed :: VirtualReg -> BlockAssignment freeRegs -> Maybe RealReg

    ghc GHC.CmmToAsm.Reg.Linear.Base

    Lookup which register a virtual register was first assigned to.

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

    ghc GHC.Core.Coercion

    No documentation available.

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

    ghc GHC.Core.FamInstEnv

    No documentation available.

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

    ghc GHC.Core.FamInstEnv

    No documentation available.

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

    ghc GHC.Core.FamInstEnv

    No documentation available.

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

    ghc 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).

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

    ghc 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

Page 41 of many | Previous | Next