Add support for OverloadedLabels #244

Merged
eborden merged 5 commits from add-overloaded-labels into master 2019-06-24 02:31:05 +02:00
eborden commented 2019-06-23 19:05:20 +02:00 (Migrated from github.com)

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.

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 (Migrated from github.com) approved these changes 2019-06-23 23:07:45 +02:00
lspitzner (Migrated from github.com) left a comment

so easy, eh?

Nonetheless appreciated! (and sorry for making the pedantic correction commit. I know that the rest of the CPP in the file does not strictly follow this exact pattern either, and that it is overly verbose anyway.)

so easy, eh? Nonetheless appreciated! (and sorry for making the pedantic correction commit. I know that the rest of the CPP in the file does not strictly follow this exact pattern either, and that it is overly verbose anyway.)
lspitzner commented 2019-06-24 09:18:39 +02:00 (Migrated from github.com)

Thanks!

Thanks!
Sign in to join this conversation.
There is no content yet.