Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
8d221bbd
Commit
8d221bbd
authored
Jun 27, 2015
by
eir@cis.upenn.edu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test
#10582
parent
0e1e7987
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
testsuite/tests/parser/should_compile/T10582.hs
testsuite/tests/parser/should_compile/T10582.hs
+6
-0
testsuite/tests/parser/should_compile/all.T
testsuite/tests/parser/should_compile/all.T
+1
-0
No files found.
testsuite/tests/parser/should_compile/T10582.hs
0 → 100644
View file @
8d221bbd
{-# LANGUAGE Arrows #-}
module
T10582
where
(
|:
)
::
Int
->
Int
->
Int
(
|:
)
=
(
+
)
testsuite/tests/parser/should_compile/all.T
View file @
8d221bbd
...
...
@@ -101,3 +101,4 @@ test('T5682', normal, compile, [''])
test
('
T9723a
',
normal
,
compile
,
[''])
test
('
T9723b
',
normal
,
compile
,
[''])
test
('
T10188
',
normal
,
compile
,
[''])
test
('
T10582
',
expect_broken
(
10582
),
compile
,
[''])
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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