Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/Language/Haskell/Syntax/Extension.hs
    ... ... @@ -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]