summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T6060.hs
blob: c323835c2281c2d556ad6394c62276681f8c5850 (plain)
1
2
3
4
5
{-# LANGUAGE ParallelListComp #-}

module T6060 where

foo = do let bad = [True | x <- [] | y <- []]