[project @ 1998-08-05 17:16:04 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc074.hs
index 01f2d87..f455d41 100644 (file)
@@ -1,4 +1,4 @@
-module ShouldSucc where
+module ShouldSucceed where
 
 data T a = D (B a) | C
 data B b = X | Y b