summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T9160.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_fail/T9160.stderr')
-rw-r--r--testsuite/tests/indexed-types/should_fail/T9160.stderr11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/T9160.stderr b/testsuite/tests/indexed-types/should_fail/T9160.stderr
new file mode 100644
index 0000000000..7a476d4f42
--- /dev/null
+++ b/testsuite/tests/indexed-types/should_fail/T9160.stderr
@@ -0,0 +1,11 @@
+Loading package ghc-prim ... linking ... done.
+Loading package integer-gmp ... linking ... done.
+Loading package base ... linking ... done.
+Loading package pretty-1.1.1.1 ... linking ... done.
+Loading package template-haskell ... linking ... done.
+
+T9160.hs:18:8:
+ Type indexes must match class instance head
+ Found ‘* -> *’ but expected ‘*’
+ In the type instance declaration for ‘F’
+ In the instance declaration for ‘C (a :: *)’