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
1c81f61e
Commit
1c81f61e
authored
Jan 30, 2013
by
Simon Peyton Jones
Browse files
Test Trac
#7601
parent
bea606f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/polykinds/T7601.hs
0 → 100644
View file @
1c81f61e
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE TypeFamilies #-}
module
T7601
where
import
GHC.Exts
class
C
(
a
::
k
)
where
type
F
(
a
::
k
)
class
Category
(
c
::
k
->
k
->
*
)
where
type
Ob
c
::
k
->
Constraint
\ No newline at end of file
testsuite/tests/polykinds/all.T
View file @
1c81f61e
...
...
@@ -84,3 +84,4 @@ test('T7502', normal, compile,[''])
test
('
T7488
',
normal
,
compile
,[''])
test
('
T7594
',
normal
,
compile_fail
,[''])
test
('
T7524
',
normal
,
compile_fail
,[''])
test
('
T7601
',
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