Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
be98618a
Commit
be98618a
authored
Oct 03, 2013
by
Simon Peyton Jones
Browse files
Test Trac #8391
parent
65128ed7
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/polykinds/T8391.hs
0 → 100644
View file @
be98618a
{-# LANGUAGE FunctionalDependencies, FlexibleInstances,
TypeFamilies,
PolyKinds #-}
module
T8391
where
type
Foo
a
=
a
class
Bar
a
b
|
a
->
b
instance
Bar
a
(
Foo
a
)
testsuite/tests/polykinds/all.T
View file @
be98618a
...
...
@@ -91,3 +91,4 @@ test('T7973', normal, compile,['-O'])
test
('
T7939a
',
normal
,
compile_fail
,
[''])
test
('
T8132
',
normal
,
compile_fail
,
[''])
test
('
T8359
',
normal
,
compile
,
[''])
test
('
T8391
',
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