MAYBE 'Pop* (timeout of 60.0 seconds)' -------------------------------- Answer: MAYBE Input Problem: innermost runtime-complexity with respect to Rules: { f(x, empty()) -> x , f(empty(), cons(a, k)) -> f(cons(a, k), k) , f(cons(a, k), y) -> f(y, k)} Proof Output: The input cannot be shown compatible