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. lookupNameCache :: NameCache -> Module -> OccName -> IO Name

    ghc GHC.Iface.Env

    No documentation available.

  2. lookupOrig :: Module -> OccName -> TcRnIf a b Name

    ghc GHC.Iface.Env

    Look up the Name for a given Module and OccName. Consider alternatively using lookupIfaceTop if you're in the IfL monad and Module is simply that of the ModIface you are typechecking.

  3. lookupOrigNameCache :: OrigNameCache -> Module -> OccName -> Maybe Name

    ghc GHC.Iface.Env

    No documentation available.

  4. lookupPlatformConstants :: [FilePath] -> IO (Maybe PlatformConstants)

    ghc GHC.Platform

    Try to locate "DerivedConstants.h" file in the given dirs and to parse the PlatformConstants from it. See Note [Platform constants]

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

    ghc GHC.Plugins

    No documentation available.

  6. lookupFieldsOccEnv :: OccEnv a -> FastString -> [a]

    ghc GHC.Plugins

    Look up all the record fields that match with the given FastString in an OccEnv.

  7. lookupFieldsOccEnv :: OccEnv a -> FastString -> [a]

    ghc GHC.Plugins

    Look up all the record fields that match with the given FastString in an OccEnv.

  8. lookupFsEnv :: FastStringEnv a -> FastString -> Maybe a

    ghc GHC.Plugins

    No documentation available.

  9. lookupFsEnv :: FastStringEnv a -> FastString -> Maybe a

    ghc GHC.Plugins

    No documentation available.

  10. lookupIdSubst :: HasDebugCallStack => Subst -> Id -> CoreExpr

    ghc GHC.Plugins

    Find the substitution for an Id in the Subst The Id should not be a CoVar

Page 49 of many | Previous | Next