haskell-suite / haskell-src-exts

Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
Other
193 stars 94 forks source link

Investigate new shift/reduce conflicts from unboxed sums #388

Open mpickering opened 6 years ago

mpickering commented 6 years ago

There are 3 new shift/reduce from the unboxed sums patch.

https://github.com/haskell-suite/haskell-src-exts/commit/1903dc9d11f3b1d871909190420725616b83647b

If someone is very keen then they can investigate why these happened and try to fix them.