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
61de0dbd
Commit
61de0dbd
authored
Mar 04, 2012
by
Simon Peyton Jones
Browse files
Test Trac
#5912
parent
ffd72d2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/polykinds/T5912.hs
0 → 100644
View file @
61de0dbd
{-# LANGUAGE DataKinds #-}
-- This bug related to type trimming, and
-- hence showed up only with -O0
module
Bug
()
where
data
UnaryTypeC
a
=
UnaryDataC
a
type
Bug
=
'UnaryDataC
testsuite/tests/polykinds/all.T
View file @
61de0dbd
...
...
@@ -26,4 +26,4 @@ test('T5770', normal, compile, [''])
test
('
T5771
',
normal
,
compile
,
[''])
test
('
T5717
',
normal
,
compile
,
[''])
test
('
T5862
',
normal
,
compile
,
[''])
test
('
T5912
',
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