Problem: b() -> a() b() -> c() c() -> h(b()) c() -> d() a() -> h(a()) d() -> h(d()) Proof: Nonconfluence Processor: terms: a() *<- b() ->* d() Qed