; @origtpdbfilename ./TRS/TRCSR/Ex4_4_Luc96b_Z.trs ; @xtcfilename "./TRS_Standard/Transformed_CSR_04/Ex4_4_Luc96b_Z.xml" (format TRS) (fun f 2) (fun g 1) (fun n__f 2) (fun activate 1) (rule (f (g X) Y) (f X (n__f (g X) (activate Y)))) (rule (f X1 X2) (n__f X1 X2)) (rule (activate (n__f X1 X2)) (f X1 X2)) (rule (activate X) X)