packages feed

apply-refact-0.9.0.0: tests/examples/lambda42.hs

f :: Bool -> Integer
f = (\ b ->  (case b of
      False -> 1
      True -> 0))