Remove HsEqTy and XEqTy
After commit d650729f, the `HsEqTy` constructor of `HsType` is essentially dead code. Given that we want to remove `HsEqTy` anyway as a part of #10056 (comment:27), let's just rip it out. Bumps the haddock submodule. Test Plan: ./validate Reviewers: goldfire, bgamari Reviewed By: bgamari Subscribers: rwbarton, thomie, carter GHC Trac Issues: #10056 Differential Revision: https://phabricator.haskell.org/D4876
Showing
- compiler/deSugar/DsMeta.hs 0 additions, 5 deletionscompiler/deSugar/DsMeta.hs
- compiler/hsSyn/Convert.hs 4 additions, 3 deletionscompiler/hsSyn/Convert.hs
- compiler/hsSyn/HsExtension.hs 0 additions, 2 deletionscompiler/hsSyn/HsExtension.hs
- compiler/hsSyn/HsTypes.hs 0 additions, 17 deletionscompiler/hsSyn/HsTypes.hs
- compiler/rename/RnTypes.hs 0 additions, 9 deletionscompiler/rename/RnTypes.hs
- compiler/typecheck/TcHsType.hs 0 additions, 8 deletionscompiler/typecheck/TcHsType.hs
- utils/haddock 1 addition, 1 deletionutils/haddock
Loading
Please register or sign in to comment