Sasha Bogicevic pushed to branch wip/21101 at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • changelog.d/21101
    1
    +section: compiler
    
    2
    +synopsis: Improve error messages and hints for invalid record wildcard patterns
    
    3
    +description:
    
    4
    +  Record wildcard hints are now shown in more contexts and include
    
    5
    +  constructor arity; matching with ``..`` on a fieldless constructor
    
    6
    +  now produces a dedicated error message.
    
    7
    +mrs: !8673
    
    8
    +issues: #21101