doctest-parallel-0.2: test/extract/regression/ParallelListComp.hs
{-# LANGUAGE ParallelListComp #-}
module ParallelListComp where
foo :: [Int]
foo = [x+y | x <- [1,2,3] | y <- [4,5,6]]
{-# LANGUAGE ParallelListComp #-}
module ParallelListComp where
foo :: [Int]
foo = [x+y | x <- [1,2,3] | y <- [4,5,6]]