summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T9222.stderr
diff options
context:
space:
mode:
authorRichard Eisenberg <eir@cis.upenn.edu>2016-03-18 11:20:31 -0400
committerRichard Eisenberg <eir@cis.upenn.edu>2016-03-21 12:16:11 -0400
commit0b89064cc67cb4fbdba0044ab59a17b20bbde1db (patch)
tree7d9ddb0c1f94fa5f5e9dc2a780ed136adbc598f6 /testsuite/tests/polykinds/T9222.stderr
parent1701255c06fed2aa2811f7f29f108d88fc4d6f26 (diff)
downloadhaskell-0b89064cc67cb4fbdba0044ab59a17b20bbde1db.tar.gz
Make equality print better. (#11712)
Diffstat (limited to 'testsuite/tests/polykinds/T9222.stderr')
-rw-r--r--testsuite/tests/polykinds/T9222.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/polykinds/T9222.stderr b/testsuite/tests/polykinds/T9222.stderr
index b3d31ef6ce..b3adf5bb43 100644
--- a/testsuite/tests/polykinds/T9222.stderr
+++ b/testsuite/tests/polykinds/T9222.stderr
@@ -4,12 +4,12 @@ T9222.hs:13:3: error:
‘b0’ is untouchable
inside the constraints: a ~ '(b0, c0)
bound by the type of the constructor ‘Want’:
- (a ~ '(b0, c0)) => Proxy b0
+ a ~ '(b0, c0) => Proxy b0
at T9222.hs:13:3
‘b’ is a rigid type variable bound by
the type of the constructor ‘Want’:
forall i1 j1 (a :: (i1, j1)) (b :: i1) (c :: j1).
- ((a ~ '(b, c)) => Proxy b) -> Want a
+ (a ~ '(b, c) => Proxy b) -> Want a
at T9222.hs:13:3
Expected type: Proxy b0
Actual type: Proxy b