Add support for pattern synonyms #287

Merged
RaoulHC merged 7 commits from pattern-synonyms into master 2020-03-23 16:50:51 +01:00
RaoulHC commented 2020-03-08 18:21:52 +01:00 (Migrated from github.com)

Saw Brittany didn't support pattern synonyms so thought I'd have a go at adding it.

Not sure if there should be more alternative layouts for pattern synonyms, but I think this is a sensible start.

Closes #199

Saw Brittany didn't support pattern synonyms so thought I'd have a go at adding it. Not sure if there should be more alternative layouts for pattern synonyms, but I think this is a sensible start. Closes #199
lspitzner commented 2020-03-13 01:28:20 +01:00 (Migrated from github.com)

Thanks!

Sorry I have not reviewed this yet. Will do next this weekend. The testcases look promising already! And you even did the CPP/ghc-version bits already, neat. Nasty as usual, but is looks all sensible on a glance.

Thanks! Sorry I have not reviewed this yet. Will do ~~next~~ this weekend. The testcases look promising already! And you even did the CPP/ghc-version bits already, neat. Nasty as usual, but is looks all sensible on a glance.
lspitzner commented 2020-03-21 22:15:16 +01:00 (Migrated from github.com)

Looks good. Found and fixed one broken cases (multiple equations for the bidirectional case).

Can be merged once it passes CI.

Looks good. Found and fixed one broken cases (multiple equations for the bidirectional case). Can be merged once it passes CI.
Sign in to join this conversation.
There is no content yet.