Skip to content
  • Simon Peyton Jones's avatar
    Fix Trac #2490: sections should be parenthesised · 83256c87
    Simon Peyton Jones authored
    When I added bang patterns I had to slightly generalise where the
    parser would recognise sections.  See Note [Parsing sections] in
    parser.y.pp.
    
    I forgot to check that ordinary H98 sections obey the original
    rules.  This patch adds the check.
    83256c87