Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
554487a7
by Rodrigo Mesquita at 2025-10-01T23:04:43-04:00
1 changed file:
Changes:
| ... | ... | @@ -1120,8 +1120,6 @@ or contexts in two parts: |
| 1120 | 1120 | -- | The arguments in a Haskell98-style data constructor.
|
| 1121 | 1121 | type HsConDeclH98Details pass
|
| 1122 | 1122 | = HsConDetails (HsConDeclField pass) (XRec pass [LHsConDeclRecField pass])
|
| 1123 | --- The Void argument to HsConDetails here is a reflection of the fact that
|
|
| 1124 | --- type applications are not allowed in data constructor declarations.
|
|
| 1125 | 1123 | |
| 1126 | 1124 | -- | The arguments in a GADT constructor. Unlike Haskell98-style constructors,
|
| 1127 | 1125 | -- GADT constructors cannot be declared with infix syntax. As a result, we do
|