; @origtpdbfilename ./TRS/higher-order/AotoYam/005.trs ; @xtcfilename "./TRS_Standard/AotoYamada_05/005.xml" (format TRS) (fun app 2) (fun plus 0) (fun |0| 0) (fun s 0) (fun curry 0) (fun add 0) (rule (app (app plus |0|) y) y) (rule (app (app plus (app s x)) y) (app s (app (app plus x) y))) (rule (app (app (app curry f) x) y) (app (app f x) y)) (rule add (app curry plus))