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
5bd297cb
Commit
5bd297cb
authored
Jun 10, 2013
by
Simon Peyton Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test Trac
#7974
parent
436f8968
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
testsuite/tests/gadt/T7974.hs
testsuite/tests/gadt/T7974.hs
+8
-0
testsuite/tests/gadt/all.T
testsuite/tests/gadt/all.T
+1
-0
No files found.
testsuite/tests/gadt/T7974.hs
0 → 100644
View file @
5bd297cb
{-# LANGUAGE GADTs #-}
module
T7974
where
data
X
a
where
N
::
(
a
~
b
)
=>
X
a
k
::
X
a
->
X
b
k
N
=
N
testsuite/tests/gadt/all.T
View file @
5bd297cb
...
...
@@ -120,3 +120,4 @@ test('T7321',
extra_clean
(['
T7321a.hi
',
'
T7321a.o
']),
run_command
,
['
$MAKE -s --no-print-directory T7321
'])
test
('
T7974
',
normal
,
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