Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. lookupVarSetByName :: VarSet -> Name -> Maybe Var

    ghc-lib-parser GHC.Types.Var.Set

    No documentation available.

  2. lookupVarSet_Directly :: VarSet -> Unique -> Maybe Var

    ghc-lib-parser GHC.Types.Var.Set

    No documentation available.

  3. lookupHug :: HomeUnitGraph -> UnitId -> ModuleName -> Maybe HomeModInfo

    ghc-lib-parser GHC.Unit.Env

    No documentation available.

  4. lookupHugByModule :: Module -> HomeUnitGraph -> Maybe HomeModInfo

    ghc-lib-parser GHC.Unit.Env

    No documentation available.

  5. lookupFileCache :: FinderCache -> FilePath -> IO Fingerprint

    ghc-lib-parser GHC.Unit.Finder.Types

    Look for the hash of a file in the cache. This should add it to the cache. If the file doesn't exist, raise an IOException.

  6. lookupFinderCache :: FinderCache -> InstalledModuleWithIsBoot -> IO (Maybe InstalledFindResult)

    ghc-lib-parser GHC.Unit.Finder.Types

    Look for a location in the cache.

  7. lookupHpt :: HomePackageTable -> ModuleName -> Maybe HomeModInfo

    ghc-lib-parser GHC.Unit.Home.ModInfo

    No documentation available.

  8. lookupHptByModule :: HomePackageTable -> Module -> Maybe HomeModInfo

    ghc-lib-parser GHC.Unit.Home.ModInfo

    No documentation available.

  9. lookupHptDirectly :: HomePackageTable -> Unique -> Maybe HomeModInfo

    ghc-lib-parser GHC.Unit.Home.ModInfo

    No documentation available.

  10. lookupInstalledModuleEnv :: InstalledModuleEnv a -> InstalledModule -> Maybe a

    ghc-lib-parser GHC.Unit.Module.Env

    No documentation available.

Page 93 of many | Previous | Next