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. lookupInfo :: forall (p :: StgPass) . TagEnv p -> StgArg -> TagInfo

    ghc GHC.Stg.InferTags.Types

    Look up a sig in the env or derive it from information in the arg itself.

  2. lookupSig :: forall (p :: StgPass) . TagEnv p -> Id -> Maybe TagSig

    ghc GHC.Stg.InferTags.Types

    Look up a sig in the given env

  3. lookupIdSubst :: HasCallStack => Id -> Subst -> Id

    ghc GHC.Stg.Subst

    Substitutes an occurrence of an identifier for its counterpart recorded in the Subst.

  4. lookupLabel :: FastString -> CmmParse BlockId

    ghc GHC.StgToCmm.ExtCode

    Lookup the BlockId bound to the label with this name. If one hasn't been bound yet, create a fresh one based on the Unique of the name.

  5. lookupName :: FastString -> CmmParse CmmExpr

    ghc GHC.StgToCmm.ExtCode

    Lookup the location of a named variable. Unknown names are treated as if they had been 'import'ed from the runtime system. This saves us a lot of bother in the RTS sources, at the expense of deferring some errors to link time.

  6. lookupPragEnv :: TcPragEnv -> Name -> [LSig GhcRn]

    ghc GHC.Tc.Gen.Sig

    No documentation available.

  7. lookupThName_maybe :: Name -> TcM (Maybe Name)

    ghc GHC.Tc.Gen.Splice

    No documentation available.

  8. lookupOrig :: Module -> OccName -> TcPluginM Name

    ghc GHC.Tc.Plugin

    No documentation available.

  9. lookupFamAppCache :: TyCon -> [Type] -> TcS (Maybe Reduction)

    ghc GHC.Tc.Solver.Monad

    No documentation available.

  10. lookupFamAppInert :: (CtFlavourRole -> Bool) -> TyCon -> [Type] -> TcS (Maybe (Reduction, CtFlavourRole))

    ghc GHC.Tc.Solver.Monad

    Looks up a family application in the inerts.

Page 56 of many | Previous | Next