Make unique auxiliary function names in deriving
In deriving for Data, we make some auxiliary functions, but they didn't always get distinct names (Trac #12245). This patch fixes it by using the same mechanism as for dictionary functions, namely chooseUniqueOccTc. Some assocated refactoring came along for the ride.
Showing
- compiler/basicTypes/OccName.hs 12 additions, 9 deletionscompiler/basicTypes/OccName.hs
- compiler/typecheck/TcDeriv.hs 24 additions, 52 deletionscompiler/typecheck/TcDeriv.hs
- compiler/typecheck/TcGenDeriv.hs 94 additions, 57 deletionscompiler/typecheck/TcGenDeriv.hs
- compiler/typecheck/TcGenGenerics.hs 25 additions, 24 deletionscompiler/typecheck/TcGenGenerics.hs
- testsuite/tests/deriving/should_compile/T12245.hs 12 additions, 0 deletionstestsuite/tests/deriving/should_compile/T12245.hs
- testsuite/tests/deriving/should_compile/all.T 1 addition, 1 deletiontestsuite/tests/deriving/should_compile/all.T
Loading
Please register or sign in to comment