; @origtpdbfilename ./TRS/nontermin/AG01/#4.28.trs ; @xtcfilename "./TRS_Standard/Strategy_removed_AG01/#4.28.xml" (format TRS) (fun half 1) (fun |0| 0) (fun s 1) (fun bits 1) (rule (half |0|) |0|) (rule (half (s |0|)) |0|) (rule (half (s (s x))) (s (half x))) (rule (bits |0|) |0|) (rule (bits (s x)) (s (bits (half (s x)))))