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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
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
Alex D
GHC
Commits
5487f305
Commit
5487f305
authored
Aug 07, 2018
by
Ben Gamari
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testsuite: Add (broken) test for #15473
parent
e5b128c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
testsuite/tests/typecheck/should_compile/T15473.hs
testsuite/tests/typecheck/should_compile/T15473.hs
+12
-0
testsuite/tests/typecheck/should_compile/all.T
testsuite/tests/typecheck/should_compile/all.T
+1
-0
No files found.
testsuite/tests/typecheck/should_compile/T15473.hs
0 → 100644
View file @
5487f305
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
-- {-# LANGUAGE UndecidableInstances #-}
module
Bug
where
type
family
Undefined
::
k
where
{}
type
family
LetInterleave
xs
t
ts
is
(
a_ahkO
::
[
a
])
(
a_ahkP
::
[[
a
]])
::
[[
a
]]
where
LetInterleave
xs
t
ts
is
y
z
=
Undefined
y
z
testsuite/tests/typecheck/should_compile/all.T
View file @
5487f305
...
...
@@ -647,3 +647,4 @@ test('T15431a', normal, compile, [''])
test
('
T15428
',
normal
,
compile
,
[''])
test
('
T15412
',
normal
,
compile
,
[''])
test
('
T15141
',
normal
,
compile
,
[''])
test
('
T15473
',
expect_broken
(
15473
),
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