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. lookupName :: GhcMonad m => Name -> m (Maybe TyThing)

    ghc GHC

    Returns the TyThing for a Name. The Name may refer to any entity known to GHC, including Names defined using runStmt.

  2. lookupQualifiedModule :: GhcMonad m => PkgQual -> ModuleName -> m Module

    ghc GHC

    No documentation available.

  3. lookupKnownKeyName :: Unique -> Maybe Name

    ghc GHC.Builtin.Utils

    Given a Unique lookup its associated Name if it corresponds to a known-key thing.

  4. lookupKnownNameInfo :: Name -> SDoc

    ghc GHC.Builtin.Utils

    Given a Unique lookup any associated arbitrary SDoc's to be displayed by GHCi's ':info' command.

  5. lookupIE :: Interp -> PkgsLoaded -> ItblEnv -> Name -> IO (Ptr ())

    ghc GHC.ByteCode.Linker

    No documentation available.

  6. lookupStaticPtr :: Interp -> FastString -> IO (Ptr ())

    ghc GHC.ByteCode.Linker

    No documentation available.

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

    ghc GHC.Cmm.Dataflow.Label

    No documentation available.

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

    ghc GHC.CmmToAsm.Reg.Linear.Base

    Find the register mapping for a specific BlockId.

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

    ghc GHC.CmmToAsm.Reg.Linear.Base

    Lookup which register a virtual register was first assigned to.

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

    ghc GHC.Core.Coercion

    No documentation available.

Page 42 of many | Previous | Next