diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-05-21 12:31:45 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-05-21 12:32:06 +0100 |
commit | 61b57b26b451ffbcf6c927e7b0cd732011f261e2 (patch) | |
tree | 7cd9b5ef25d7da782a2f4462ede6a98a4a46067c /testsuite/tests/rename/should_fail/rnfail055.stderr | |
parent | ea5bdfd5fd7836331bd79c2a013c6c1e37553727 (diff) | |
download | haskell-61b57b26b451ffbcf6c927e7b0cd732011f261e2.tar.gz |
We no longer quantify over an entirely-unused existential type variable
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail055.stderr')
-rw-r--r-- | testsuite/tests/rename/should_fail/rnfail055.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail055.stderr b/testsuite/tests/rename/should_fail/rnfail055.stderr index 5f76021958..992cfc5150 100644 --- a/testsuite/tests/rename/should_fail/rnfail055.stderr +++ b/testsuite/tests/rename/should_fail/rnfail055.stderr @@ -88,7 +88,7 @@ RnFail055.hs-boot:25:6: Boot file: data T7 a No C type associated RecFlag NonRecursive, Promotable - = T7 :: forall a b. a -> T7 a Stricts: _ + = T7 :: forall a. a -> T7 a Stricts: _ FamilyInstance: none RnFail055.hs-boot:27:22: |