; @origtpdbfilename ./TRS/TRCSR/Ex6_GM04_C.trs ; @xtcfilename "./TRS_Standard/Transformed_CSR_04/Ex6_GM04_C.xml" (format TRS) (fun active 1) (fun c 0) (fun mark 1) (fun f 1) (fun g 1) (fun proper 1) (fun ok 1) (fun top 1) (rule (active c) (mark (f (g c)))) (rule (active (f (g X))) (mark (g X))) (rule (proper c) (ok c)) (rule (proper (f X)) (f (proper X))) (rule (proper (g X)) (g (proper X))) (rule (f (ok X)) (ok (f X))) (rule (g (ok X)) (ok (g X))) (rule (top (mark X)) (top (proper X))) (rule (top (ok X)) (top (active X)))