diff options
author | Richard Eisenberg <eir@cis.upenn.edu> | 2016-03-12 15:52:22 -0500 |
---|---|---|
committer | Richard Eisenberg <eir@cis.upenn.edu> | 2016-03-14 23:50:53 -0400 |
commit | de4df6b41a227f527e9eb77733cd6c87b069d3d0 (patch) | |
tree | 539fb7ae3525dc6ed0d72ba18311fe92fe63e400 /testsuite/tests/polykinds | |
parent | 3f5d1a13f112f34d992f6b74656d64d95a3f506d (diff) | |
download | haskell-de4df6b41a227f527e9eb77733cd6c87b069d3d0.tar.gz |
Testsuite wibbles from previous commits.
Diffstat (limited to 'testsuite/tests/polykinds')
-rw-r--r-- | testsuite/tests/polykinds/T9222.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/T9222.stderr b/testsuite/tests/polykinds/T9222.stderr index 69e850caf8..b3d31ef6ce 100644 --- a/testsuite/tests/polykinds/T9222.stderr +++ b/testsuite/tests/polykinds/T9222.stderr @@ -8,7 +8,7 @@ T9222.hs:13:3: error: at T9222.hs:13:3 ‘b’ is a rigid type variable bound by the type of the constructor ‘Want’: - forall i j (a :: (i, j)) (b :: i) (c :: j). + forall i1 j1 (a :: (i1, j1)) (b :: i1) (c :: j1). ((a ~ '(b, c)) => Proxy b) -> Want a at T9222.hs:13:3 Expected type: Proxy b0 |