Skip to content
  • Simon Peyton Jones's avatar
    Make PatSyn immutable · 3b823533
    Simon Peyton Jones authored and Marge Bot's avatar Marge Bot committed
    Provoked by #19074, this patch makes GHC.Core.PatSyn.PatSyn
    immutable, by recording only the *Name* of the matcher and
    builder rather than (as currently) the *Id*.
    
    See Note [Keep Ids out of PatSyn] in GHC.Core.PatSyn.
    
    Updates haddock submodule.
    3b823533