[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / rename / Rn016.hi
1 interface Rn016 where
2 import X(K)
3
4 class K a where
5         op1 :: a -> a -> a
6         op2 :: Int -> a
7
8 instance K Int
9 instance K Bool
10 instance K [a]
11