; @origtpdbfilename ./TRS/AG01/#3.33.trs
; @xtcfilename "./TRS_Standard/AG01/#3.33.xml"
(format TRS)
(fun p 1)
(fun f 1)
(fun q 1)
(fun g 1)
(rule (p (f (f x))) (q (f (g x))))
(rule (p (g (g x))) (q (g (f x))))
(rule (q (f (f x))) (p (f (g x))))
(rule (q (g (g x))) (p (g (f x))))