lspitzner / brittany

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

Add support for OverloadedLabels #244

Closed eborden closed 5 years ago

eborden commented 5 years ago

Closes #243

OverloadedLabels is a simple enough extension to parse and format. It is becoming more common with use of generic-lens. Since it can be treated as a HsVar its implementation only requires using docLit, along with some marshalling for dealing with FastString.

lspitzner commented 5 years ago

Thanks!