; @origtpdbfilename ./TRS/TRCSR/Ex15_Luc98_L.trs ; @xtcfilename "./TRS_Standard/Transformed_CSR_04/Ex15_Luc98_L.xml" (format TRS) (fun and 1) (fun true 0) (fun if 1) (fun false 0) (fun add 1) (fun |0| 0) (fun s 0) (fun first 2) (fun nil 0) (fun cons 0) (fun from 0) (rule (and true) X) (rule (if true) X) (rule (if false) Y) (rule (add |0|) X) (rule (and false) false) (rule (add s) s) (rule (first |0| X) nil) (rule (first s cons) cons) (rule from cons)