Skip to content
GitLab
Menu
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
6cc2d276
Commit
6cc2d276
authored
Apr 13, 2012
by
Simon Peyton Jones
Browse files
Test Trac
#5938
parent
a312fd1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/polykinds/T5938.hs
0 → 100644
View file @
6cc2d276
{-# LANGUAGE PolyKinds, TypeFamilies, DataKinds #-}
module
T5938
where
type
family
KindFam
a
type
instance
KindFam
(
a
::
*
)
=
Int
type
instance
KindFam
(
a
::
Bool
)
=
Bool
type
instance
KindFam
(
a
::
Maybe
k
)
=
Char
-- doesn't work
testsuite/tests/polykinds/all.T
View file @
6cc2d276
...
@@ -31,5 +31,4 @@ test('T5881', normal, run_command, ['$MAKE -s --no-print-directory T5881'])
...
@@ -31,5 +31,4 @@ test('T5881', normal, run_command, ['$MAKE -s --no-print-directory T5881'])
test
('
T5716
',
normal
,
compile_fail
,
[''])
test
('
T5716
',
normal
,
compile_fail
,
[''])
test
('
T5937
',
normal
,
compile
,
[''])
test
('
T5937
',
normal
,
compile
,
[''])
test
('
T5935
',
normal
,
compile
,
[''])
test
('
T5935
',
normal
,
compile
,
[''])
test
('
T5938
',
normal
,
compile
,
[''])
Write
Preview
Supports
Markdown
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