Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
4176ca72
Commit
4176ca72
authored
Dec 05, 2011
by
Simon Peyton Jones
Browse files
T4120 passes now! Hooray
parent
03365e91
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/indexed-types/should_compile/T4120.stderr
View file @
4176ca72
T4120.hs:17:10:
Couldn't match expected type `forall s. MVector s a'
with actual type `forall s. Mutable Vector s a0'
Expected type: (forall s. MVector s a) -> Int
Actual type: (forall s. Mutable Vector s a0) -> Int
In the expression: create1
In an equation for `create': create = create1
testsuite/tests/indexed-types/should_compile/all.T
View file @
4176ca72
...
...
@@ -146,7 +146,7 @@ test('IndTypesPerf',
run_command
,
['
$MAKE -s --no-print-directory IndTypesPerf
'])
test
('
T4120
',
normal
,
compile
_fail
,
[''])
test
('
T4120
',
normal
,
compile
,
[''])
test
('
T3787
',
reqlib
('
mtl
'),
compile
,
[''])
test
('
T3826
',
normal
,
compile
,
[''])
test
('
T4200
',
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