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
ac73a9aa
Commit
ac73a9aa
authored
Nov 19, 2013
by
Simon Peyton Jones
Browse files
Test Trac
#8534
parent
3b55ede1
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/polykinds/T8534.hs
0 → 100644
View file @
ac73a9aa
{-# LANGUAGE DeriveFunctor, PolyKinds #-}
module
T8534
where
data
A
a
=
A
deriving
Functor
testsuite/tests/polykinds/all.T
View file @
ac73a9aa
...
...
@@ -93,3 +93,4 @@ test('T8132', normal, compile_fail, [''])
test
('
T8359
',
normal
,
compile
,
[''])
test
('
T8391
',
normal
,
compile
,
[''])
test
('
T8449
',
normal
,
run_command
,
['
$MAKE -s --no-print-directory T8449
'])
test
('
T8534
',
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