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. lookupWithDefaultVarEnv :: VarEnv a -> a -> Var -> a

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

    No documentation available.

  2. lookupVarSet :: VarSet -> Var -> Maybe Var

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

    No documentation available.

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

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

    No documentation available.

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

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

    No documentation available.

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

    ghc-lib-parser GHC.Unit.Env

    No documentation available.

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

    ghc-lib-parser GHC.Unit.Env

    No documentation available.

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

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

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

    Look for a location in the cache.

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

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

    No documentation available.

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

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

    No documentation available.

Page 92 of many | Previous | Next