GHC.Unit.State: Data.Map --> GHC.Types.Unique.Map
Compare changes
Swap all the Data.Map
s in GHC.Unit.State
for GHC.Unique.UniqMap
.
In pursuit of #22426 (closed)
Marking as draft until:
GHC.Types.Unique.Map
API changes in haddock. (I've converted nonDetEltsUniqMap
to nonDetUniqMapToList
so that the Unique Map API follows the conventions in GHC.Unique.FM
). IMHO haddock shouldn't even know about GHC.Types.Unique.Map
but c'est la vie.INLINEABLE
or specializing the functions that operate on the unique map