summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_fail/T15343.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/dependent/should_fail/T15343.stderr')
-rw-r--r--testsuite/tests/dependent/should_fail/T15343.stderr7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/dependent/should_fail/T15343.stderr b/testsuite/tests/dependent/should_fail/T15343.stderr
new file mode 100644
index 0000000000..79d81e5772
--- /dev/null
+++ b/testsuite/tests/dependent/should_fail/T15343.stderr
@@ -0,0 +1,7 @@
+
+T15343.hs:14:18: error:
+ • Expecting one more argument to ‘WhySym’
+ Expected kind ‘forall z. z’, but ‘WhySym’ has kind ‘* -> *’
+ • In the type ‘WhySym’
+ In the expression: elimSing @WhySym
+ In an equation for ‘hsym’: hsym = elimSing @WhySym