Skip to content
Snippets Groups Projects
Commit 58e05c8c authored by Matthew Pickering's avatar Matthew Pickering Committed by Ben Gamari
Browse files

Allow non-operator infix pattern synonyms

For example

```
pattern head `Cons` tail = head : tail
```

Reviewed By: goldfire, austin

Differential Revision: https://phabricator.haskell.org/D1295

GHC Trac Issues: #10747
parent c3a496d7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment