Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,318
Issues
4,318
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
386
Merge Requests
386
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
fa48f52a
Commit
fa48f52a
authored
Apr 25, 2012
by
Simon Peyton Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test Trac
#6021
parent
109f8bf6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
testsuite/tests/polykinds/T6021.hs
testsuite/tests/polykinds/T6021.hs
+5
-0
testsuite/tests/polykinds/T6021.stderr
testsuite/tests/polykinds/T6021.stderr
+5
-0
testsuite/tests/polykinds/all.T
testsuite/tests/polykinds/all.T
+1
-0
No files found.
testsuite/tests/polykinds/T6021.hs
0 → 100644
View file @
fa48f52a
{-# LANGUAGE KindSignatures, MultiParamTypeClasses #-}
module
T6021
where
class
Panic
a
b
instance
Panic
(
a
::
b
)
b
testsuite/tests/polykinds/T6021.stderr
0 → 100644
View file @
fa48f52a
T6021.hs:5:22:
Type variable `b' used as a kind
In the kind `b'
In the instance declaration for `Panic (a :: b) b'
testsuite/tests/polykinds/all.T
View file @
fa48f52a
...
@@ -40,3 +40,4 @@ test('T6036', normal, compile, [''])
...
@@ -40,3 +40,4 @@ test('T6036', normal, compile, [''])
test
('
T6025
',
normal
,
run_command
,
['
$MAKE -s --no-print-directory T6025
'])
test
('
T6025
',
normal
,
run_command
,
['
$MAKE -s --no-print-directory T6025
'])
test
('
T6002
',
normal
,
compile
,
[''])
test
('
T6002
',
normal
,
compile
,
[''])
test
('
T6039
',
normal
,
compile_fail
,
[''])
test
('
T6039
',
normal
,
compile_fail
,
[''])
test
('
T6021
',
normal
,
compile_fail
,
[''])
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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