summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/Ppr040.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/printer/Ppr040.stderr')
-rw-r--r--testsuite/tests/printer/Ppr040.stderr38
1 files changed, 38 insertions, 0 deletions
diff --git a/testsuite/tests/printer/Ppr040.stderr b/testsuite/tests/printer/Ppr040.stderr
new file mode 100644
index 0000000000..5083b4cb7e
--- /dev/null
+++ b/testsuite/tests/printer/Ppr040.stderr
@@ -0,0 +1,38 @@
+
+Ppr040.hs:35:1: error:
+ • Too many parameters to Sing:
+ x is unexpected;
+ expected only two parameters
+ • In the data instance declaration for ‘Sing’
+
+Ppr040.hs:35:20: error:
+ • Expecting two more arguments to ‘Sigma’
+ Expected a type, but
+ ‘Sigma’ has kind
+ ‘forall p -> TyPi p (MkStar p) -> *’
+ • In the first argument of ‘Sing’, namely ‘Sigma’
+ In the data instance declaration for ‘Sing’
+
+Ppr040.hs:35:27: error:
+ • Expected kind ‘Sigma’, but ‘Sigma p r’ has kind ‘*’
+ • In the second argument of ‘Sing’, namely ‘(Sigma p r)’
+ In the data instance declaration for ‘Sing’
+
+Ppr040.ppr.hs:30:1: error:
+ • Too many parameters to Sing:
+ x is unexpected;
+ expected only two parameters
+ • In the data instance declaration for ‘Sing’
+
+Ppr040.ppr.hs:30:20: error:
+ • Expecting two more arguments to ‘Sigma’
+ Expected a type, but
+ ‘Sigma’ has kind
+ ‘forall p -> TyPi p (MkStar p) -> *’
+ • In the first argument of ‘Sing’, namely ‘Sigma’
+ In the data instance declaration for ‘Sing’
+
+Ppr040.ppr.hs:30:27: error:
+ • Expected kind ‘Sigma’, but ‘Sigma p r’ has kind ‘*’
+ • In the second argument of ‘Sing’, namely ‘(Sigma p r)’
+ In the data instance declaration for ‘Sing’