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,326
Issues
4,326
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
390
Merge Requests
390
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
b7dfbb45
Commit
b7dfbb45
authored
Feb 11, 2016
by
rwbarton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add test for
#11319
parent
dbf72dbc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
testsuite/tests/typecheck/should_compile/T11319.hs
testsuite/tests/typecheck/should_compile/T11319.hs
+6
-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/T11319.hs
0 → 100644
View file @
b7dfbb45
{-# LANGUAGE ImpredicativeTypes #-}
module
T11319
where
f
::
Monad
m
=>
m
(
Maybe
a
)
f
=
return
Nothing
testsuite/tests/typecheck/should_compile/all.T
View file @
b7dfbb45
...
@@ -500,6 +500,7 @@ test('T11462',
...
@@ -500,6 +500,7 @@ test('T11462',
test
('
T11480
',
normal
,
compile
,
[''])
test
('
T11480
',
normal
,
compile
,
[''])
test
('
RebindHR
',
normal
,
compile
,
[''])
test
('
RebindHR
',
normal
,
compile
,
[''])
test
('
RebindNegate
',
normal
,
compile
,
[''])
test
('
RebindNegate
',
normal
,
compile
,
[''])
test
('
T11319
',
expect_broken
(
11319
),
compile
,
[''])
test
('
T11397
',
normal
,
compile
,
[''])
test
('
T11397
',
normal
,
compile
,
[''])
test
('
T11458
',
normal
,
compile
,
[''])
test
('
T11458
',
normal
,
compile
,
[''])
test
('
T11524
',
normal
,
compile
,
[''])
test
('
T11524
',
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