summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc005.hs
blob: 9d39da891272b17d3d40f3907648ff590fb72417 (plain)
1
2
3
4
module ShouldSucceed where

g ((x:z),y) = x
g (x,y) = 2