[project @ 1999-02-23 17:20:34 by sof]
[ghc-hetmet.git] / ghc / interpreter / test / static / s057.hs
1 --!!! Duplicate derived instance
2 module M where
3 data T = C deriving (Eq,Eq)