[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / deSugar / ds019.hs
1 --!!! ds019 -- mixed var and uni-constructor pats
2
3 module Test where
4
5 f (a,b,c) i     o = []
6 f d       (j,k) p = []
7 f (e,f,g) l     q = []
8 f h       (m,n) r = []