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. type DCMap = UniqDFM DataCon (DataCon, NonEmpty (Int, Maybe IpeSourceLocation))

    ghc-lib-parser 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-lib-parser GHC.Types.IPE

    No documentation available.

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

    ghc-lib-parser GHC.Types.IPE

    No documentation available.

  4. emptyInfoTableProvMap :: InfoTableProvMap

    ghc-lib-parser GHC.Types.IPE

    No documentation available.

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

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

    No documentation available.

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

    ghc-lib-parser GHC.Types.Name.Occurrence

    Map over an OccEnv strictly.

  7. newtype UniqMap k a

    ghc-lib-parser GHC.Types.Unique.Map

    Maps indexed by Uniquable keys

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

    ghc-lib-parser GHC.Types.Unique.Map

    No documentation available.

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

    ghc-lib-parser GHC.Types.Unique.Map

    No documentation available.

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

    ghc-lib-parser GHC.Types.Unique.Map

    No documentation available.

Page 613 of many | Previous | Next