Skip to content

Mkunique refactoring (#18362)

Aditya Gupta requested to merge adityagupta1089/ghc:mkunique-refactoring into master
  • Move the the functions that call mkUnique from Unique to Builtin.Uniques. The latter seems to be where we make uniques in various spaces.
  • Move uniqFromMask from Unique.Supply to Unique.

Merge request reports