Add support for pattern synonyms #287
No reviewers
Labels
No Label
blocked: dependency
blocked: info-needed
bug
duplicate
enhancement
fixed in HEAD
help wanted
hs:arrows
hs:brackets
hs:classes
hs:comments
hs:do-notation
hs:guards
hs:lists
hs:operators
hs:patterns
hs:records
hs:types
invalid
language extension support
layouting
needs confirmation
priority: high
priority: low
question
revisit before next release
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: hexagoxel/brittany#287
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "pattern-synonyms"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
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
Thanks!
Sorry I have not reviewed this yet. Will do
nextthis 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.Looks good. Found and fixed one broken cases (multiple equations for the bidirectional case).
Can be merged once it passes CI.