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

Test Trac #8931

parent 3671d002
No related merge requests found
:m +Data.Typeable
let {f :: Typeable a => (a->Bool) -> Bool; f _ = True}
f (\x -> (x == 3))
True
......@@ -170,3 +170,4 @@ test('T8776', normal, ghci_script, ['T8776.script'])
test('ghci059', normal, ghci_script, ['ghci059.script'])
test('T8831', normal, ghci_script, ['T8831.script'])
test('T8917', normal, ghci_script, ['T8917.script'])
test('T8931', normal, ghci_script, ['T8931.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