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
6729fa6b
Commit
6729fa6b
authored
May 14, 2012
by
Simon Peyton Jones
Browse files
Test Trac
#6081
parent
3970d9a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/polykinds/T6081.hs
0 → 100644
View file @
6729fa6b
{-# LANGUAGE KindSignatures, PolyKinds, DataKinds, RankNTypes #-}
module
T6081
where
data
KProxy
(
a
::
*
)
=
KP
class
KindClass
(
kp
::
KProxy
k
)
instance
KindClass
(
KP
::
KProxy
[
k
])
testsuite/tests/polykinds/all.T
View file @
6729fa6b
...
...
@@ -44,3 +44,4 @@ test('T6021', normal, compile_fail, [''])
test
('
T6020a
',
normal
,
compile
,
[''])
test
('
T6044
',
normal
,
compile
,
[''])
test
('
T6054
',
normal
,
run_command
,
['
$MAKE -s --no-print-directory T6054
'])
test
('
T6081
',
normal
,
compile
,
[''])
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