According to the comment it was done in the naïve way. ```OCaml let rename t ~source ~dest = (* TODO(dinosaure): optimize it! It was done on the naive way. *) ```