[project @ 2001-01-29 08:42:54 by simonpj]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds007.hs
index 5b2b752..ae12cf7 100644 (file)
@@ -1,6 +1,6 @@
---!!! ds007 -- simple local bindings
+-- !!! ds007 -- simple local bindings
 
-module ShouldSucceed where
+module ShouldCompile where
 
 w = a where a = y
             y = []