summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T16038/A.hs-boot
blob: 48f6768e390bcde76d12d2ae52ddf526e47a1742 (plain)
1
2
3
4
5
6
module A where

data HsExpr i

instance Eq i => Eq (HsExpr i)