packages feed

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

module Expr.ListComp where

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