diff options
author | simonpj <simonpj@microsoft.com> | 2010-12-13 17:18:54 +0000 |
---|---|---|
committer | simonpj <simonpj@microsoft.com> | 2010-12-13 17:18:54 +0000 |
commit | 7e208ced63c3895466b2b0dc576527482f61f57f (patch) | |
tree | 501fda0e8a4928bf9a9159ff5ca008f788669815 /testsuite/tests/ghc-regress/rename/should_compile | |
parent | 7a46b8b32cc73b256b96dd606dea47663fe35834 (diff) | |
download | haskell-7e208ced63c3895466b2b0dc576527482f61f57f.tar.gz |
HsExpr must be an instance of Typeable1
Diffstat (limited to 'testsuite/tests/ghc-regress/rename/should_compile')
-rw-r--r-- | testsuite/tests/ghc-regress/rename/should_compile/T4003A.hs-boot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-regress/rename/should_compile/T4003A.hs-boot b/testsuite/tests/ghc-regress/rename/should_compile/T4003A.hs-boot index 04902ddc62..b750e47474 100644 --- a/testsuite/tests/ghc-regress/rename/should_compile/T4003A.hs-boot +++ b/testsuite/tests/ghc-regress/rename/should_compile/T4003A.hs-boot @@ -4,4 +4,5 @@ import Data.Data data HsExpr i +instance Typeable1 HsExpr instance Data i => Data (HsExpr i) |