summaryrefslogtreecommitdiff
path: root/testsuite/tests/generics/GenCannotDoRep1_3.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/generics/GenCannotDoRep1_3.stderr')
-rw-r--r--testsuite/tests/generics/GenCannotDoRep1_3.stderr3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/generics/GenCannotDoRep1_3.stderr b/testsuite/tests/generics/GenCannotDoRep1_3.stderr
index 7e54463ff5..eb70075920 100644
--- a/testsuite/tests/generics/GenCannotDoRep1_3.stderr
+++ b/testsuite/tests/generics/GenCannotDoRep1_3.stderr
@@ -1,5 +1,6 @@
GenCannotDoRep1_3.hs:11:33:
Can't make a derived instance of ‛Generic1 T’:
- Constructor ‛T’ must use the last type parameter only as the last argument of a data type, newtype, or (->)
+ Constructor ‛T’ applies a type to an argument involving the last parameter
+ but the applied type is not of kind * -> *
In the data declaration for ‛T’