Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
c958de12
Commit
c958de12
authored
Apr 20, 2011
by
Simon Peyton Jones
Browse files
Test Trac
#5130
parent
9ce49f6c
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/ghci/scripts/T5130.script
0 → 100644
View file @
c958de12
:set -XScopedTypeVariables
(\(x :: a, y :: a) -> [x, "hi"])
testsuite/tests/ghc-regress/ghci/scripts/T5130.stderr
0 → 100644
View file @
c958de12
<interactive>:1:27:
Couldn't match type `a' with `[Char]'
In the expression: "hi"
In the expression: [x, "hi"]
In the expression: (\ (x :: a, y :: a) -> [x, "hi"])
testsuite/tests/ghc-regress/ghci/scripts/all.T
View file @
c958de12
...
...
@@ -74,3 +74,4 @@ test('T4127a', normal, ghci_script, ['T4127a.script'])
test
('
T4316
',
reqlib
('
mtl
'),
ghci_script
,
['
T4316.script
'])
test
('
T4832
',
normal
,
ghci_script
,
['
T4832.script
'])
test
('
T5045
',
normal
,
ghci_script
,
['
T5045.script
'])
test
('
T5130
',
normal
,
ghci_script
,
['
T5130.script
'])
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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