MAYBE We are left with following problem, upon which TcT provides the certificate MAYBE. Strict Trs: { a__zeros() -> cons(0(), zeros()) , a__zeros() -> zeros() , a__tail(X) -> tail(X) , a__tail(cons(X, XS)) -> mark(XS) , mark(cons(X1, X2)) -> cons(mark(X1), X2) , mark(0()) -> 0() , mark(zeros()) -> a__zeros() , mark(tail(X)) -> a__tail(mark(X)) } Obligation: innermost runtime complexity Answer: MAYBE The input cannot be shown compatible Arrrr..