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
a9c1acef
Commit
a9c1acef
authored
Mar 16, 2012
by
Simon Peyton Jones
Browse files
Test Trac
#5935
parent
4feb0ead
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/polykinds/T5935.hs
0 → 100644
View file @
a9c1acef
{-# LANGUAGE PolyKinds,
GADTs,
DataKinds,
KindSignatures
#-}
module
T5935
where
data
SList
a
where
SNil
::
SList
'
[]
x
::
SList
(
'
[]
::
[
Bool
])
x
=
SNil
testsuite/tests/polykinds/all.T
View file @
a9c1acef
...
...
@@ -30,4 +30,6 @@ test('T5912', normal, compile, [''])
test
('
T5881
',
normal
,
run_command
,
['
$MAKE -s --no-print-directory T5881
'])
test
('
T5716
',
normal
,
compile_fail
,
[''])
test
('
T5937
',
normal
,
compile
,
[''])
test
('
T5935
',
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