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

The program

(VAR f x xs)
(RULES
  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))
)

Submit to AProVE Web Frontend

Edit in AProVE Web Frontend