nreplace (new_s_exp, old_s_exp, list) nreplace_equal (new_s_exp, old_s_exp, list)
The new expression to be inserted into the list.
The expression in the list to be replaced.
A list.
nreplace traverses the list, replacing any element which is eq to old_s_exp with new_s_exp. nreplace_equal uses equal as its comparison function.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.