瀏覽代碼

update substitute-expression definition

Samuel W. Flint 6 年之前
父節點
當前提交
c3fdf22320
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      larcs.org

+ 1 - 1
larcs.org

@@ -105,7 +105,7 @@ Note that ~eqal~ will handle ~type-error~ by trying to switch the order of the a
   (defgeneric copy-expression (expression))
 
   @export
-  (defgeneric substitute-expression (expression with in))
+  (defgeneric substitute-expression (replace replacement expression))
 
   @export
   (defgeneric evaluate (expression &key substitutions-list resolve-constants-light-p resolve-constants-hard-p))