summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc019.hs
blob: 3cfe5ea62699a673848ec7cfd0d4ff2f721c4b0c (plain)
1
2
3
module ShouldSucceed where

(al:am) = [y+1 | (y,z) <- [(1,2)]]