Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. type DCMap = UniqMap DataCon NonEmpty (Int, Maybe IpeSourceLocation)

    ghc GHC.Types.IPE

    A map storing all the different uses of a specific data constructor and the approximate source position that usage arose from. The Int is an incrementing identifier which distinguishes each usage of a constructor in a module. It is paired with the source position the constructor was used at, if possible and a string which names the source location. This is the same information as is the payload for the SourceNote constructor.

  2. data InfoTableProvMap

    ghc GHC.Types.IPE

    No documentation available.

  3. InfoTableProvMap :: DCMap -> ClosureMap -> InfoTableToSourceLocationMap -> InfoTableProvMap

    ghc GHC.Types.IPE

    No documentation available.

  4. emptyInfoTableProvMap :: InfoTableProvMap

    ghc GHC.Types.IPE

    No documentation available.

  5. fromUniqMap :: UniqMap Name a -> NameEnv a

    ghc GHC.Types.Name.Env

    No documentation available.

  6. strictMapOccEnv :: (a -> b) -> OccEnv a -> OccEnv b

    ghc GHC.Types.Name.Occurrence

    Map over an OccEnv strictly.

  7. ns_map :: NameShape -> OccEnv Name

    ghc GHC.Types.Name.Shape

    No documentation available.

  8. newtype UniqMap k a

    ghc GHC.Types.Unique.Map

    Maps indexed by Uniquable keys

  9. UniqMap :: UniqFM k (k, a) -> UniqMap k a

    ghc GHC.Types.Unique.Map

    No documentation available.

  10. addListToUniqMap :: Uniquable k => UniqMap k a -> [(k, a)] -> UniqMap k a

    ghc GHC.Types.Unique.Map

    No documentation available.

Page 462 of many | Previous | Next