Skip to content
  • Alan Zimmerman's avatar
    Merge MatchFixity and HsMatchContext · a13cb279
    Alan Zimmerman authored
    Summary:
    MatchFixity was introduced to facilitate use of API Annotations.
    
    HsMatchContext does the same thing with more detail, but is chased
    through all over the place to provide context when processing a Match.
    
    Since we already have MatchFixity in the Match, it may as well provide
    the full context.
    
    updates submodule haddock
    
    Test Plan: ./validate
    
    Reviewers: austin, goldfire, bgamari
    
    Subscribers: thomie, mpickering
    
    Differential Revision: https://phabricator.haskell.org/D2271
    
    GHC Trac Issues: #12105
    
    (cherry picked from commit 306ecad5)
    a13cb279