packages feed

apply-refact-0.1.0.0: tests/examples/ListRec6.hs

f [] y = y; f (x:xs) y = f xs $ g x y