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
afee0039
Commit
afee0039
authored
Feb 01, 2012
by
Simon Peyton Jones
Browse files
Test Trac
#5798
parent
777dff2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/polykinds/T5798.hs
0 → 100644
View file @
afee0039
{-# LANGUAGE PolyKinds #-}
module
T5798
where
data
Proxy
t
=
ProxyC
test
::
Proxy
'
[
Int
,
Bool
]
test
=
ProxyC
testsuite/tests/polykinds/all.T
View file @
afee0039
...
...
@@ -16,3 +16,5 @@ test('PolyKinds06', normal, compile_fail, [''])
test
('
PolyKinds07
',
normal
,
compile_fail
,
[''])
test
('
PolyKinds12
',
expect_fail
,
compile
,
[''])
test
('
T5798
',
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