TRS:
 {2nd(cons(X, cons(Y, Z))) -> Y,
                   from(X) -> cons(X, from(s(X)))}
 Fail