hdiff
packages
feed
apply-refact
-0.1.0.0: tests/examples/ListRec1.hs
f (x:xs) = x + 1 : f xs ; f [] = []