[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds019.hs
1 -- !!! ds019 -- mixed var and uni-constructor pats
2
3 module ShouldCompile 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 = []