hdiff
packages
feed
apply-refact
-0.8.1.0: tests/examples/ListRec8.hs.expected
f [] y = y; f (x:xs) y = f xs (f xs z)