[project @ 1997-09-05 14:11:05 by simonm]
[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)