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.
lookupWithDefaultVarEnv :: VarEnv a -> a -> Var -> aghc-lib-parser GHC.Types.Var.Env No documentation available.
lookupVarSet :: VarSet -> Var -> Maybe Varghc-lib-parser GHC.Types.Var.Set No documentation available.
lookupVarSetByName :: VarSet -> Name -> Maybe Varghc-lib-parser GHC.Types.Var.Set No documentation available.
lookupVarSet_Directly :: VarSet -> Unique -> Maybe Varghc-lib-parser GHC.Types.Var.Set No documentation available.
lookupHug :: HomeUnitGraph -> UnitId -> ModuleName -> Maybe HomeModInfoghc-lib-parser GHC.Unit.Env No documentation available.
lookupHugByModule :: Module -> HomeUnitGraph -> Maybe HomeModInfoghc-lib-parser GHC.Unit.Env No documentation available.
lookupFileCache :: FinderCache -> FilePath -> IO Fingerprintghc-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.
lookupFinderCache :: FinderCache -> InstalledModuleWithIsBoot -> IO (Maybe InstalledFindResult)ghc-lib-parser GHC.Unit.Finder.Types Look for a location in the cache.
lookupHpt :: HomePackageTable -> ModuleName -> Maybe HomeModInfoghc-lib-parser GHC.Unit.Home.ModInfo No documentation available.
lookupHptByModule :: HomePackageTable -> Module -> Maybe HomeModInfoghc-lib-parser GHC.Unit.Home.ModInfo No documentation available.