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
c5948839
Commit
c5948839
authored
Jan 28, 2013
by
Simon Peyton Jones
Browse files
Test Trac
#7524
parent
c70d6ada
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/polykinds/T7524.hs
0 → 100644
View file @
c5948839
{-# LANGUAGE TypeFamilies, PolyKinds #-}
module
T7524
where
type
family
F
(
a
::
k1
)
(
b
::
k2
)
type
instance
F
a
a
=
Int
type
instance
F
a
b
=
Bool
testsuite/tests/polykinds/T7524.stderr
0 → 100644
View file @
c5948839
T7524.hs:5:15:
Conflicting family instance declarations:
F k k a a -- Defined at T7524.hs:5:15
F k k1 a b -- Defined at T7524.hs:6:15
testsuite/tests/polykinds/all.T
View file @
c5948839
...
...
@@ -83,3 +83,4 @@ test('T7404', normal, compile_fail,[''])
test
('
T7502
',
normal
,
compile
,[''])
test
('
T7488
',
normal
,
compile
,[''])
test
('
T7594
',
normal
,
compile_fail
,[''])
test
('
T7524
',
normal
,
compile_fail
,[''])
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