1 2 3 4 5
{-# LANGUAGE ParallelListComp #-} module T6060 where foo = do let bad = [True | x <- [] | y <- []]