summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T1633.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T1633.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T1633.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T1633.stderr b/testsuite/tests/typecheck/should_fail/T1633.stderr
new file mode 100644
index 0000000000..8b3e8fd8a2
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/T1633.stderr
@@ -0,0 +1,6 @@
+
+T1633.hs:6:18:
+ Kind mis-match
+ The first argument of `Functor' should have kind `* -> *',
+ but `Bool' has kind `*'
+ In the instance declaration for `Functor Bool'