summaryrefslogtreecommitdiff
path: root/testsuite/tests/patsyn/should_fail/T15694.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/patsyn/should_fail/T15694.stderr')
-rw-r--r--testsuite/tests/patsyn/should_fail/T15694.stderr3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/patsyn/should_fail/T15694.stderr b/testsuite/tests/patsyn/should_fail/T15694.stderr
index 2c3421321c..e3827b28c1 100644
--- a/testsuite/tests/patsyn/should_fail/T15694.stderr
+++ b/testsuite/tests/patsyn/should_fail/T15694.stderr
@@ -2,7 +2,6 @@
T15694.hs:23:35: error:
• Expected kind ‘k1 -> k0’, but ‘f a1’ has kind ‘ks’
‘ks’ is a rigid type variable bound by
- an explicit forall ks k (f :: k -> ks) (a1 :: k) (ctx :: Ctx ks)
- (ks1 :: Type) k1 (a2 :: k1) (ctx1 :: Ctx ks1) a3
+ the type signature for ‘ASSO’
at T15694.hs:19:30-31
• In the first argument of ‘(~~)’, namely ‘f a1 a2’