; @origtpdbfilename ./TRS/AG01/#3.47.trs ; @xtcfilename "./TRS_Standard/AG01/#3.47.xml" (format TRS) (fun f 2) (fun c 1) (fun s 1) (rule (f x (c y)) (f x (s (f y y)))) (rule (f (s x) y) (f x (s (c y))))