Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. emptyTidyEnv :: TidyEnv

    ghc GHC.Types.Var.Env

    No documentation available.

  2. mkEmptyTidyEnv :: TidyOccEnv -> TidyEnv

    ghc GHC.Types.Var.Env

    No documentation available.

  3. type DIdSet = UniqDSet Id

    ghc GHC.Types.Var.Set

    Deterministic Identifier Set

  4. ue_all_home_unit_ids :: UnitEnv -> Set UnitId

    ghc GHC.Unit.Env

    No documentation available.

  5. ue_renameUnitId :: HasDebugCallStack => UnitId -> UnitId -> UnitEnv -> UnitEnv

    ghc GHC.Unit.Env

    Rename a unit id in the internal unit env. ue_renameUnitId oldUnit newUnit UnitEnv, it is assumed that the oldUnit exists in the map, otherwise we panic. The DynFlags associated with the home unit will have its field homeUnitId set to newUnit.

  6. finder_hiDir :: FinderOpts -> Maybe FilePath

    ghc GHC.Unit.Finder

    No documentation available.

  7. finder_hiddenModules :: FinderOpts -> Set ModuleName

    ghc GHC.Unit.Finder

    No documentation available.

  8. fr_mods_hidden :: FindResult -> [Unit]

    ghc GHC.Unit.Finder

    Module is in these units, but the *module* is hidden

  9. fr_pkgs_hidden :: FindResult -> [Unit]

    ghc GHC.Unit.Finder

    Module is in these units, but the *unit* is hidden

  10. finder_hiDir :: FinderOpts -> Maybe FilePath

    ghc GHC.Unit.Finder.Types

    No documentation available.

Page 583 of many | Previous | Next