Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alfredo Di Napoli
GHC
Commits
b7dfbb45
Commit
b7dfbb45
authored
Feb 11, 2016
by
rwbarton
Browse files
Add test for #11319
parent
dbf72dbc
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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