[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc073.hs
index ea4cb74..44e4129 100644 (file)
@@ -1,5 +1,5 @@
 
-module ShouldSucc where
+module ShouldSucceed where
 
 f [] = []
 f (x:xs) = x : (f xs)