[project @ 2000-01-10 11:08:04 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail035.hs
index a12908e..8de6786 100644 (file)
@@ -1,6 +1,6 @@
---!!! instances with empty where parts: duplicate
+-- !!! instances with empty where parts: duplicate
 --
-module M where
+module ShouldFail where
 
 data NUM = ONE | TWO
 instance Num NUM