소스 검색

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))