packages feed

haskell-tools-builtin-refactorings-1.0.0.0: examples/Expr/ListComp.hs

module Expr.ListComp where

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