summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T14186.hs
blob: 1fe1d6acf5ea627ae92108d9226395ff88eb16da (plain)
1
2
3
4
module T14186 where

foo f g (x, xs) = (f (g x), map (f . g) xs)
bar f g (x, xs) = (f (g x), map (f . g) xs)