packages feed

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

foos [] x = x; foos (y:ys) x = foo y $ foos ys x