; @origtpdbfilename ./TRS/TRCSR/Ex14_Luc06_C.trs ; @xtcfilename "./TRS_Standard/Transformed_CSR_04/Ex14_Luc06_C.xml" (format TRS) (fun active 1) (fun h 1) (fun mark 1) (fun g 2) (fun a 0) (fun f 2) (fun b 0) (fun proper 1) (fun ok 1) (fun top 1) (rule (active (h X)) (mark (g X X))) (rule (active (g a X)) (mark (f b X))) (rule (active (f X X)) (mark (h a))) (rule (active a) (mark b)) (rule (active (h X)) (h (active X))) (rule (active (g X1 X2)) (g (active X1) X2)) (rule (active (f X1 X2)) (f (active X1) X2)) (rule (h (mark X)) (mark (h X))) (rule (g (mark X1) X2) (mark (g X1 X2))) (rule (f (mark X1) X2) (mark (f X1 X2))) (rule (proper (h X)) (h (proper X))) (rule (proper (g X1 X2)) (g (proper X1) (proper X2))) (rule (proper a) (ok a)) (rule (proper (f X1 X2)) (f (proper X1) (proper X2))) (rule (proper b) (ok b)) (rule (h (ok X)) (ok (h X))) (rule (g (ok X1) (ok X2)) (ok (g X1 X2))) (rule (f (ok X1) (ok X2)) (ok (f X1 X2))) (rule (top (mark X)) (top (proper X))) (rule (top (ok X)) (top (active X)))