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.
lookupStaticPtr :: Interp -> FastString -> IO (Ptr ())ghc GHC.ByteCode.Linker No documentation available.
lookupFact :: Label -> FactBase f -> Maybe fghc GHC.Cmm.Dataflow.Label No documentation available.
lookupBlockAssignment :: BlockId -> BlockAssignment freeRegs -> Maybe (freeRegs, RegMap Loc)ghc GHC.CmmToAsm.Reg.Linear.Base Find the register mapping for a specific BlockId.
lookupFirstUsed :: VirtualReg -> BlockAssignment freeRegs -> Maybe RealRegghc GHC.CmmToAsm.Reg.Linear.Base Lookup which register a virtual register was first assigned to.
lookupCoVar :: Subst -> Var -> Maybe Coercionghc GHC.Core.Coercion No documentation available.
lookupFamInstEnv :: FamInstEnvs -> TyCon -> [Type] -> [FamInstMatch]ghc GHC.Core.FamInstEnv No documentation available.
lookupFamInstEnvByTyCon :: FamInstEnvs -> TyCon -> [FamInst]ghc GHC.Core.FamInstEnv No documentation available.
lookupFamInstEnvConflicts :: FamInstEnvs -> FamInst -> [FamInst]ghc GHC.Core.FamInstEnv No documentation available.
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).
lookupInstEnv :: Bool -> InstEnvs -> Class -> [Type] -> ClsInstLookupResultghc 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