Clean up "Eta reduction for data families" Notes
Before, there were two distinct Notes named "Eta reduction for data families". This renames one of them to "Implementing eta reduction for data families" to disambiguate the two and fixes references in other parts of the codebase to ensure that they are pointing to the right place. Fixes #17313. [ci skip]
Showing
- compiler/GHC/Core/Coercion.hs 1 addition, 1 deletioncompiler/GHC/Core/Coercion.hs
- compiler/GHC/Core/Coercion/Axiom.hs 8 additions, 4 deletionscompiler/GHC/Core/Coercion/Axiom.hs
- compiler/GHC/Core/FamInstEnv.hs 8 additions, 6 deletionscompiler/GHC/Core/FamInstEnv.hs
- compiler/GHC/Core/TyCon.hs 4 additions, 3 deletionscompiler/GHC/Core/TyCon.hs
- compiler/typecheck/TcDeriv.hs 1 addition, 1 deletioncompiler/typecheck/TcDeriv.hs
- compiler/typecheck/TcInstDcls.hs 8 additions, 5 deletionscompiler/typecheck/TcInstDcls.hs
- compiler/typecheck/TcSplice.hs 1 addition, 1 deletioncompiler/typecheck/TcSplice.hs
Loading
Please register or sign in to comment