compiler/rename/RnExpr.hs uses mkVarOccUnique
The function mkVarOccUnique is unsafe. It is used in compiler/rename/RnExpr.hs rather than calling newSysName.
Goal: Replace usage of mkVarOccUnique with newSysName.
The function mkVarOccUnique is unsafe. It is used in compiler/rename/RnExpr.hs rather than calling newSysName.
Goal: Replace usage of mkVarOccUnique with newSysName.