[project @ 2001-08-04 06:19:54 by ken]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc079.hs
index d49f4ce..db07ad1 100644 (file)
@@ -1,8 +1,8 @@
---!!! small class decl with local polymorphism;
---!!! "easy" to check default methods and such...
---!!! (this is the example given in TcClassDcl)
+-- !!! small class decl with local polymorphism;
+-- !!! "easy" to check default methods and such...
+-- !!! (this is the example given in TcClassDcl)
 --
-module Test where
+module ShouldSucceed where
 
 class Foo a where
     op1 :: a -> Bool