[project @ 1997-07-30 23:52:45 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_succeed / 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 }