[project @ 1997-09-05 09:16:19 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc037.hi
1 interface ShouldSucceed where {
2 class Eq' a where {
3     deq :: a -> a -> Bool
4     };
5 instance (Eq' a) => Eq' [a] {-# FROMMODULE ShouldSucceed #-}
6 }