[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_succeed / tc057.hi
1 interface ShouldSucceed where {
2 class Eq' a where { deq }
3 instance <Eq' Int>
4 instance Eq' a => <Eq' [a]>
5 dand  ::  Bool -> Bool -> Bool
6 f  ::  Eq' t93 => t93 -> t93 -> Bool
7 }