; @origtpdbfilename ./TRS/SK90/2.58.trs ; @xtcfilename "./TRS_Standard/SK90/2.58.xml" (format TRS) (fun f 2) (fun g 1) (fun a 0) (fun h 3) (fun b 0) (fun i 1) (rule (f x y) x) (rule (g a) (h a b a)) (rule (i x) (f x x)) (rule (h x x y) (g x))