summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc158.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/tc158.hs')
-rw-r--r--testsuite/tests/typecheck/should_compile/tc158.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_compile/tc158.hs b/testsuite/tests/typecheck/should_compile/tc158.hs
index 1e8b661d10..25879b067d 100644
--- a/testsuite/tests/typecheck/should_compile/tc158.hs
+++ b/testsuite/tests/typecheck/should_compile/tc158.hs
@@ -9,4 +9,4 @@ type All u = forall x. x->u
type All' u = u -> All u
all1 :: All u -> (u -> All u) -> All u
-all1 = undefined
+all1 _ _ = undefined