summaryrefslogtreecommitdiff
path: root/ghc/compiler/tests/rename/Rn016.hi
blob: b098b368a67ce522d350c9ef6346bb0ab58858fb (plain)
1
2
3
4
5
6
7
8
9
10
11
interface Rn016 where
import X(K)

class K a where
	op1 :: a -> a -> a
	op2 :: Int -> a

instance K Int
instance K Bool
instance K [a]