Skip to content

Draft: Sundry cleanups

Ben Gamari requested to merge wip/various into master

While spelunking I noticed that:

  • mkCon2TagOcc is dead code and can be dropped
  • GHC.Types.Var.Env.unsafeGetFreshLocalUnique, which is quite unsafe, is currently exported despite having no external users

Fix these two points.

Edited by Andreas Klebinger

Merge request reports