MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: goal(x,y) -> letexp(x,y) letexp(x,y) -> letexp(Cons(Cons(Nil(),Nil()),x),y) - Signature: {goal/2,letexp/2} / {Cons/2,Nil/0} - Obligation: innermost runtime complexity wrt. defined symbols {goal,letexp} and constructors {Cons,Nil} + Applied Processor: EmptyProcessor + Details: The problem is still open. MAYBE