Extension shuffling (#23291)
Where introduced 3 new extensions: - PatternSignatures - ExtendedForAllScope - MethodTypeVariables Tasks of ScopedTypeVariables extension were distributed between PatternSignatures, ExtendedForAllScope and MethodTypeVariables according to the proposal. Now ScopedTypeVaribles only implies these three exntesions.
Showing
- compiler/GHC/Driver/DynFlags.hs 7 additions, 1 deletioncompiler/GHC/Driver/DynFlags.hs
- compiler/GHC/Driver/Session.hs 6 additions, 2 deletionscompiler/GHC/Driver/Session.hs
- compiler/GHC/Hs/Type.hs 10 additions, 10 deletionscompiler/GHC/Hs/Type.hs
- compiler/GHC/Rename/Bind.hs 2 additions, 1 deletioncompiler/GHC/Rename/Bind.hs
- compiler/GHC/Rename/HsType.hs 21 additions, 13 deletionscompiler/GHC/Rename/HsType.hs
- compiler/GHC/Rename/Module.hs 1 addition, 1 deletioncompiler/GHC/Rename/Module.hs
- compiler/GHC/Tc/Deriv.hs 3 additions, 1 deletioncompiler/GHC/Tc/Deriv.hs
- compiler/GHC/Tc/Deriv/Generate.hs 3 additions, 3 deletionscompiler/GHC/Tc/Deriv/Generate.hs
- compiler/GHC/Tc/Errors/Ppr.hs 2 additions, 4 deletionscompiler/GHC/Tc/Errors/Ppr.hs
- compiler/GHC/Tc/Errors/Types.hs 1 addition, 1 deletioncompiler/GHC/Tc/Errors/Types.hs
- docs/users_guide/9.8.1-notes.rst 5 additions, 0 deletionsdocs/users_guide/9.8.1-notes.rst
- docs/users_guide/expected-undocumented-flags.txt 0 additions, 1 deletiondocs/users_guide/expected-undocumented-flags.txt
- docs/users_guide/exts/explicit_forall.rst 1 addition, 1 deletiondocs/users_guide/exts/explicit_forall.rst
- docs/users_guide/exts/gadt.rst 1 addition, 1 deletiondocs/users_guide/exts/gadt.rst
- docs/users_guide/exts/scoped_type_variables.rst 64 additions, 25 deletionsdocs/users_guide/exts/scoped_type_variables.rst
- docs/users_guide/exts/type_abstractions.rst 2 additions, 0 deletionsdocs/users_guide/exts/type_abstractions.rst
- libraries/ghc-boot-th/GHC/LanguageExtensions/Type.hs 3 additions, 0 deletionslibraries/ghc-boot-th/GHC/LanguageExtensions/Type.hs
- testsuite/tests/driver/T4437.hs 3 additions, 1 deletiontestsuite/tests/driver/T4437.hs
- testsuite/tests/rename/should_fail/T11663.stderr 4 additions, 8 deletionstestsuite/tests/rename/should_fail/T11663.stderr
- testsuite/tests/showIface/DocsInHiFile1.stdout 3 additions, 1 deletiontestsuite/tests/showIface/DocsInHiFile1.stdout
Loading
Please register or sign in to comment