function merge3(anc_path, left_path, right_path, merged_path, ancestor, left, right)
  return left
end
