packages feed

haskell-tools-refactor-0.4.1.1: examples/Expr/ListComp.hs

module Expr.ListComp where

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