summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_fail/T17131.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/dependent/should_fail/T17131.stderr')
-rw-r--r--testsuite/tests/dependent/should_fail/T17131.stderr10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/dependent/should_fail/T17131.stderr b/testsuite/tests/dependent/should_fail/T17131.stderr
new file mode 100644
index 0000000000..dd250ed414
--- /dev/null
+++ b/testsuite/tests/dependent/should_fail/T17131.stderr
@@ -0,0 +1,10 @@
+
+T17131.hs:12:34: error:
+ • Expected kind ‘TYPE ('TupleRep (TypeReps xs))’,
+ but ‘(# a #)’ has kind ‘TYPE ('TupleRep '[ 'LiftedRep])’
+ • In the type ‘(# a #)’
+ In the type family declaration for ‘Tuple#’
+ NB: Type ‘Tuple#’ was inferred to use visible dependent quantification.
+ Most types with visible dependent quantification are
+ polymorphically recursive and need a standalone kind
+ signature. Perhaps supply one, with StandaloneKindSignatures.