; @origtpdbfilename ./TRS/nontermin/CSR/Ex1_Luc02b.trs ; @xtcfilename "./TRS_Standard/Strategy_removed_CSR_05/Ex1_Luc02b.xml" (format TRS) (fun from 1) (fun cons 2) (fun s 1) (fun first 2) (fun |0| 0) (fun nil 0) (fun sel 2) (rule (from X) (cons X (from (s X)))) (rule (first |0| Z) nil) (rule (first (s X) (cons Y Z)) (cons Y (first X Z))) (rule (sel |0| (cons X Z)) X) (rule (sel (s X) (cons Y Z)) (sel X Z))