summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T7778.hs
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2013-04-29 17:36:27 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2013-04-29 17:36:27 +0100
commit1cbc06ef5ae8d7c19afc9ffc8bbd42101d0af479 (patch)
tree41235d914755dedd87401856d4da2b3405477ca3 /testsuite/tests/typecheck/should_fail/T7778.hs
parentd5bd2d37a84ec0fdb8a987ef58c3ad071a35afa3 (diff)
downloadhaskell-1cbc06ef5ae8d7c19afc9ffc8bbd42101d0af479.tar.gz
Test Trac #7778
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T7778.hs')
-rw-r--r--testsuite/tests/typecheck/should_fail/T7778.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T7778.hs b/testsuite/tests/typecheck/should_fail/T7778.hs
new file mode 100644
index 0000000000..d3886208e6
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/T7778.hs
@@ -0,0 +1,4 @@
+module T7778 where
+
+v :: ((Num Int => Num) ()) => ()
+v = v