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,335
Issues
4,335
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
370
Merge Requests
370
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
6c54fa51
Commit
6c54fa51
authored
Nov 30, 2016
by
Ben Gamari
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testsuite: Add another testcase for
#11821
parent
c2a2911f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
testsuite/tests/polykinds/T11821a.hs
testsuite/tests/polykinds/T11821a.hs
+4
-0
testsuite/tests/polykinds/all.T
testsuite/tests/polykinds/all.T
+1
-0
No files found.
testsuite/tests/polykinds/T11821a.hs
0 → 100644
View file @
6c54fa51
{-# LANGUAGE GADTs, TypeInType, ConstraintKinds #-}
module
T11821a
where
import
Data.Proxy
type
SameKind
(
a
::
k1
)
(
b
::
k2
)
=
(
'Proxy
::
Proxy
k1
)
~
(
'Proxy
::
Proxy
k2
)
testsuite/tests/polykinds/all.T
View file @
6c54fa51
...
...
@@ -147,6 +147,7 @@ test('T11648', normal, compile, [''])
test
('
T11648b
',
normal
,
compile_fail
,
[''])
test
('
KindVType
',
normal
,
compile_fail
,
[''])
test
('
T11821
',
normal
,
compile
,
[''])
test
('
T11821a
',
normal
,
compile
,
[''])
test
('
T11640
',
normal
,
compile
,
[''])
test
('
T11554
',
normal
,
compile_fail
,
[''])
test
('
T12055
',
normal
,
compile
,
[''])
...
...
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