summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T4003A.hs-boot
blob: b750e47474d78d2dfe8298b6c887ca41a7f4468f (plain)
1
2
3
4
5
6
7
8
module T4003A where

import Data.Data

data HsExpr i

instance Typeable1 HsExpr
instance Data i => Data (HsExpr i)