32400ddec8fa936de9b6f2ebbebad0dea45266c2
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / 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 = []