; @origtpdbfilename ./TRS/currying/D33/33.trs ; @xtcfilename "./TRS_Standard/Applicative_first_order_05/33.xml" (format TRS) (fun app 2) (fun h 0) (fun e 0) (fun c 0) (fun d 0) (fun g 0) (fun |0| 0) (fun map 0) (fun nil 0) (fun cons 0) (fun filter 0) (fun filter2 0) (fun true 0) (fun false 0) (rule (app (app h z) (app e x)) (app (app h (app c z)) (app (app d z) x))) (rule (app (app d z) (app (app g |0|) |0|)) (app e |0|)) (rule (app (app d z) (app (app g x) y)) (app (app g (app e x)) (app (app d z) y))) (rule (app (app d (app c z)) (app (app g (app (app g x) y)) |0|)) (app (app g (app (app d (app c z)) (app (app g x) y))) (app (app d z) (app (app g x) y)))) (rule (app (app g (app e x)) (app e y)) (app e (app (app g x) y))) (rule (app (app map f) nil) nil) (rule (app (app map f) (app (app cons x) xs)) (app (app cons (app f x)) (app (app map f) xs))) (rule (app (app filter f) nil) nil) (rule (app (app filter f) (app (app cons x) xs)) (app (app (app (app filter2 (app f x)) f) x) xs)) (rule (app (app (app (app filter2 true) f) x) xs) (app (app cons x) (app (app filter f) xs))) (rule (app (app (app (app filter2 false) f) x) xs) (app (app filter f) xs))