[project @ 2001-01-29 08:42:54 by simonpj]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds019.hs
index 32400dd..6bcf43f 100644 (file)
@@ -1,6 +1,6 @@
---!!! ds019 -- mixed var and uni-constructor pats
+-- !!! ds019 -- mixed var and uni-constructor pats
 
-module Test where
+module ShouldCompile where
 
 f (a,b,c) i     o = []
 f d       (j,k) p = []