Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
842bef9f
by Alan Zimmerman at 2026-06-16T05:48:25-04:00
1 changed file:
Changes:
| ... | ... | @@ -108,7 +108,7 @@ dataConCantHappen x = case x of {} |
| 108 | 108 | -- See Note [XRec and SrcSpans in the AST]
|
| 109 | 109 | type family XRec p a = r | r -> a
|
| 110 | 110 | |
| 111 | -type family Anno a = b -- See Note [XRec and Anno in the AST] in GHC.Parser.Annotation
|
|
| 111 | +type family Anno a -- See Note [XRec and Anno in the AST] in GHC.Parser.Annotation
|
|
| 112 | 112 | |
| 113 | 113 | {-
|
| 114 | 114 | Note [XRec and SrcSpans in the AST]
|