/home/nowonder/forschung/aprove/TPDB05/TRS/higher-order/AotoYam/007.trs

The program

(VAR y x f xs)
(RULES
  app(app(plus, 0), y) -> y
  app(app(plus, app(s, x)), y) -> app(s, app(app(plus, x), y))
  app(app(map, f), nil) -> nil
  app(app(map, f), app(app(cons, x), xs)) -> app(app(cons, app(f, x)), app(app(map, f), xs))
  inc -> app(map, app(plus, app(s, 0)))
)

Submit to AProVE Web Frontend

Edit in AProVE Web Frontend