summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T19187a.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T19187a.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T19187a.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T19187a.stderr b/testsuite/tests/typecheck/should_fail/T19187a.stderr
new file mode 100644
index 0000000000..32ddde3f39
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/T19187a.stderr
@@ -0,0 +1,6 @@
+
+T19187a.hs:7:10: error:
+ • The constraint ‘Eq Int’
+ is no smaller than the instance head ‘Eq T’
+ (Use UndecidableInstances to permit this)
+ • In the instance declaration for ‘Eq T’