lspitzner / brittany

haskell source code formatter
GNU Affero General Public License v3.0
690 stars 72 forks source link

Support -XOverloadedLabels #243

Closed pepeiborra closed 5 years ago

pepeiborra commented 5 years ago

The HsExpr constructor is HsOverLabel, and a valid syntax example is:

foo = #bar 
pepeiborra commented 5 years ago

These come up all the time in code that uses generic-lens