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
127c45ea
Commit
127c45ea
authored
Jul 01, 2014
by
Simon Peyton Jones
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test Trac
#9222
parent
d6ee82b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
testsuite/tests/polykinds/T9222.hs
testsuite/tests/polykinds/T9222.hs
+7
-0
testsuite/tests/polykinds/all.T
testsuite/tests/polykinds/all.T
+1
-0
No files found.
testsuite/tests/polykinds/T9222.hs
0 → 100644
View file @
127c45ea
{-# LANGUAGE RankNTypes, GADTs, DataKinds, PolyKinds, TypeOperators, TypeFamilies #-}
module
T9222
where
import
Data.Proxy
data
Want
::
(
i
,
j
)
->
*
where
Want
::
(
a
~
'
(
b
,
c
)
=>
Proxy
b
)
->
Want
a
testsuite/tests/polykinds/all.T
View file @
127c45ea
...
...
@@ -102,3 +102,4 @@ test('T8705', normal, compile, [''])
test
('
T8985
',
normal
,
compile
,
[''])
test
('
T9106
',
normal
,
compile_fail
,
[''])
test
('
T9144
',
normal
,
compile_fail
,
[''])
test
('
T9222
',
normal
,
compile
,
[''])
Administrator
@root
mentioned in commit
f3f45895
·
Dec 17, 2018
mentioned in commit
f3f45895
mentioned in commit f3f45895ccafd9b87566c063626cf516c0a13123
Toggle commit list
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