[project @ 1996-01-08 20:28:12 by partain]
[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 }