Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
616f54bd
Commit
616f54bd
authored
Jun 05, 2014
by
Simon Peyton Jones
Browse files
Test Trac #9023
parent
0a55a3ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/patsyn/should_compile/T9023.hs
0 → 100644
View file @
616f54bd
{-# LANGUAGE PatternSynonyms #-}
module
T9023
where
pattern
P
a
b
=
Just
(
a
,
b
)
foo
P
{}
=
True
testsuite/tests/patsyn/should_compile/all.T
View file @
616f54bd
...
...
@@ -9,3 +9,4 @@ test('num', normal, compile, [''])
test
('
incomplete
',
normal
,
compile
,
[''])
test
('
export
',
normal
,
compile
,
[''])
test
('
T8966
',
normal
,
compile
,
[''])
test
('
T9023
',
normal
,
compile
,
[''])
Administrator
@root
mentioned in commit
1a7c07b0
·
Dec 17, 2018
mentioned in commit
1a7c07b0
mentioned in commit 1a7c07b01e6d4ccb5987341f0bee3fbfbed0fb9b
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment