Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. lookupIfaceTop :: OccName -> IfL Name

    ghc GHC.Iface.Env

    Look up a top-level name from the current Iface module

  2. lookupIfaceTyVar :: IfaceTvBndr -> IfL (Maybe TyVar)

    ghc GHC.Iface.Env

    No documentation available.

  3. lookupIfaceVar :: IfaceBndr -> IfL (Maybe TyCoVar)

    ghc GHC.Iface.Env

    No documentation available.

  4. lookupNameCache :: NameCache -> Module -> OccName -> IO Name

    ghc GHC.Iface.Env

    No documentation available.

  5. 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.

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

    ghc GHC.Iface.Env

    No documentation available.

  7. 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]

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

    ghc GHC.Plugins

    No documentation available.

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

    ghc GHC.Plugins

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

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

    ghc GHC.Plugins

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

Page 51 of many | Previous | Next