MAYBE 'Pop* (timeout of 60.0 seconds)' -------------------------------- Answer: MAYBE Input Problem: innermost runtime-complexity with respect to Rules: { nats() -> cons(0(), incr(nats())) , pairs() -> cons(0(), incr(odds())) , odds() -> incr(pairs()) , incr(cons(X, XS)) -> cons(s(X), incr(XS)) , head(cons(X, XS)) -> X , tail(cons(X, XS)) -> XS} Proof Output: The input cannot be shown compatible