; @origtpdbfilename ./TRS/secret06/matchbox/gen-10.trs ; @xtcfilename "./TRS_Standard/Secret_06_TRS/gen-10.xml" (format TRS) (fun f 1) (fun b 2) (fun a 0) (fun c 3) (rule (f (b a z)) z) (rule (b y (b a z)) (b (f (c y y a)) (b (f z) a))) (rule (f (f (f (c z x a)))) (b (f x) z))