Arc Cross Reference |
tree-subst[procedure] tree-subst old new tree(def tree-subst (old new tree) (if (is tree old) new (atom tree) tree (cons (tree-subst old new (car tree)) (tree-subst old new (cdr tree))))) | AboutAlphabetical Indexa b c d e f g h i j k l m n o p q r s t u v w x y z other ReleasesRelated |