summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T4003A.hs-boot
blob: 329fd32aef0d091163a86c6f832b24903dc4806a (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE Haskell2010 #-}
module T4003A where

import Data.Data

data HsExpr i

instance Data i => Data (HsExpr i)