ottr::check in an ASTTraverse an AST (a list of expressions) and change calls of the form
. = ottr::check(...) so that they are appended to a list with name list_name.
If list_name is check_results_XX, then . = ottr::check(...) becomes
check_results_XX[[<int>]] = ottr::check(...), where <int> is an integer
update_ast_check_calls(tree, list_name)The tree with substitutions made
The tree to traverse
The quoted name of the list