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

p = [(y+2,True) | y <- [1,2]]