haskell-tools-builtin-refactorings-1.0.0.0: examples/Expr/ParListComp.hs
{-# LANGUAGE ParallelListComp #-}
module Expr.ParListComp where
ls = [ x+y | x <- [1..5] | y <- [1..5]]{-# LANGUAGE ParallelListComp #-}
module Expr.ParListComp where
ls = [ x+y | x <- [1..5] | y <- [1..5]]