summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T22940.hs
blob: d5512a06b70344d07811cb6a1bece22c963a9c2c (plain)
1
2
3
4
{-# LANGUAGE ParallelListComp #-}

x :: [(Int, Char)]
x = [ (a, b) | a <- [0 ..] | b <- "abcd", even a ]