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.
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.
-
ghc-lib-parser GHC.Types.IPE No documentation available.
InfoTableProvMap :: DCMap -> ClosureMap -> InfoTableToSourceLocationMap -> InfoTableProvMapghc-lib-parser GHC.Types.IPE No documentation available.
emptyInfoTableProvMap :: InfoTableProvMapghc-lib-parser GHC.Types.IPE No documentation available.
fromUniqMap :: UniqMap Name a -> NameEnv aghc-lib-parser GHC.Types.Name.Env No documentation available.
strictMapOccEnv :: (a -> b) -> OccEnv a -> OccEnv bghc-lib-parser GHC.Types.Name.Occurrence Map over an OccEnv strictly.
-
ghc-lib-parser GHC.Types.Unique.Map Maps indexed by Uniquable keys
UniqMap :: UniqFM k (k, a) -> UniqMap k aghc-lib-parser GHC.Types.Unique.Map No documentation available.
addListToUniqMap :: Uniquable k => UniqMap k a -> [(k, a)] -> UniqMap k aghc-lib-parser GHC.Types.Unique.Map No documentation available.
addListToUniqMap_C :: Uniquable k => (a -> a -> a) -> UniqMap k a -> [(k, a)] -> UniqMap k aghc-lib-parser GHC.Types.Unique.Map No documentation available.