There was an error fetching the commit references. Please try again later.
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
Showing
- compiler/parser/Parser.y 1 addition, 1 deletioncompiler/parser/Parser.y
- testsuite/tests/patsyn/should_compile/T10747.hs 5 additions, 0 deletionstestsuite/tests/patsyn/should_compile/T10747.hs
- testsuite/tests/patsyn/should_compile/all.T 1 addition, 0 deletionstestsuite/tests/patsyn/should_compile/all.T
Loading
Please register or sign in to comment