[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / deSugar / ds019.hs
diff --git a/ghc/compiler/tests/deSugar/ds019.hs b/ghc/compiler/tests/deSugar/ds019.hs
new file mode 100644 (file)
index 0000000..32400dd
--- /dev/null
@@ -0,0 +1,8 @@
+--!!! ds019 -- mixed var and uni-constructor pats
+
+module Test where
+
+f (a,b,c) i     o = []
+f d       (j,k) p = []
+f (e,f,g) l     q = []
+f h       (m,n) r = []