summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T20443b.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T20443b.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T20443b.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T20443b.stderr b/testsuite/tests/typecheck/should_fail/T20443b.stderr
new file mode 100644
index 0000000000..050b945db0
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/T20443b.stderr
@@ -0,0 +1,6 @@
+
+T20443b.hs:13:4: error:
+ • Too many type arguments in constructor pattern for ‘Proxy’
+ Expected no more than 1; got 2
+ • In the pattern: Proxy @Type @Int
+ In an equation for ‘b’: b (Proxy @Type @Int) = ()