summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T15799.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T15799.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T15799.stderr7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T15799.stderr b/testsuite/tests/typecheck/should_fail/T15799.stderr
new file mode 100644
index 0000000000..f93e043471
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/T15799.stderr
@@ -0,0 +1,7 @@
+
+T15799.hs:46:62: error:
+ • Expected kind ‘Op Nat’, but ‘UnOp b’ has kind ‘Nat’
+ • In the first argument of ‘(<=)’, namely ‘UnOp b’
+
+T15799.hs:46:62: error:
+ Expected a constraint, but ‘UnOp b <= a’ has kind ‘*’