; @origtpdbfilename TRS//AProVE_10/ex2.trs ; @xtcfilename "./TRS_Standard/AProVE_10/ex2.xml" (format TRS) (fun g 2) (fun tt 0) (fun h 1) (fun f 2) (fun s 1) (fun |0| 0) (rule (g tt x) (g (h (f x x)) (s x))) (rule (h (f |0| y)) tt) (rule (f (s x) y) (f x (s y)))