haskell / happy

The Happy parser generator for Haskell
Other
273 stars 85 forks source link

Suppress warnings for incomplete uni-patterns and partial use of head #281

Open sgraf812 opened 3 weeks ago

sgraf812 commented 3 weeks ago

All the incomplete matches are in fact safe. The warnings only add noise.

https://github.com/haskell/happy/pull/247 is related, but a non-solution.