diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-10-19 01:49:14 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-10-19 01:49:14 +0100 |
commit | 09cdd12b22bcff1876ea80c0d9878507c2ed4f1f (patch) | |
tree | c6474515aa1e2ce3bb6cb9a090f121c0b339be5f /testsuite/tests/ghci/prog008/A.hs | |
parent | c673422336f4b1a2d5280adddc00a4ab9209426b (diff) | |
download | haskell-09cdd12b22bcff1876ea80c0d9878507c2ed4f1f.tar.gz |
Replace Rank2Types and PolymorphicComponents by RankNTypes
Diffstat (limited to 'testsuite/tests/ghci/prog008/A.hs')
-rw-r--r-- | testsuite/tests/ghci/prog008/A.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/prog008/A.hs b/testsuite/tests/ghci/prog008/A.hs index 0be5e1270d..6a85ca70ce 100644 --- a/testsuite/tests/ghci/prog008/A.hs +++ b/testsuite/tests/ghci/prog008/A.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE Rank2Types, MultiParamTypeClasses #-} +{-# LANGUAGE RankNTypes, MultiParamTypeClasses #-} -- Tests a bug spotted by Claus in which the type -- of c3 was wrongly displayed in GHCi as |