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