; @origtpdbfilename ./TRS/TRCSR/PALINDROME_nosorts-noand_L.trs ; @xtcfilename "./TRS_Standard/Transformed_CSR_04/PALINDROME_nosorts-noand_L.xml" (format TRS) (fun __ 2) (fun nil 0) (fun U11 1) (fun tt 0) (fun U12 1) (fun isNePal 1) (rule (__ (__ X Y) Z) (__ X (__ Y Z))) (rule (__ X nil) X) (rule (__ nil X) X) (rule (U11 tt) (U12 tt)) (rule (U12 tt) tt) (rule (isNePal (__ I (__ P I))) (U11 tt))