summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/ds019.hs
blob: 6bcf43f0ce01357195176903453a5a4499554de7 (plain)
1
2
3
4
5
6
7
8
-- !!! ds019 -- mixed var and uni-constructor pats

module ShouldCompile where

f (a,b,c) i     o = []
f d       (j,k) p = []
f (e,f,g) l     q = []
f h       (m,n) r = []