Skip to content
Snippets Groups Projects
Commit fe51d338 authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

Test Trac #5130

parent 9aad7af4
No related branches found
No related tags found
No related merge requests found
:set -XScopedTypeVariables
(\(x :: a, y :: a) -> [x, "hi"])
<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"])
......@@ -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'])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment