packages feed

haskell-tools-refactor-1.0.1.1: examples/Expr/ParListComp.hs

{-# LANGUAGE ParallelListComp #-}
module Expr.ParListComp where

ls = [ x+y | x <- [1..5] | y <- [1..5]]