MAYBE 0.00/0.01 The problem does not contain well-formed TRSs: 0.00/0.01 Strict Trs: 0.00/0.01 { tail(cons(X)) -> L 0.00/0.01 , incr(cons(X)) -> cons(s(X)) 0.00/0.01 , incr(nil()) -> nil() 0.00/0.01 , adx(cons(X)) -> incr(cons(X)) 0.00/0.01 , adx(nil()) -> nil() 0.00/0.01 , nats() -> adx(zeros()) 0.00/0.01 , zeros() -> cons(0()) 0.00/0.01 , head(cons(X)) -> X } 0.00/0.01 StartTerms: all 0.00/0.01 Strategy: none 0.00/0.01 EOF