소스 검색

Drop simplification from expression types

Samuel W. Flint 6 년 전
부모
커밋
750003133d
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      larcs.org

+ 0 - 3
larcs.org

@@ -110,9 +110,6 @@ Note that ~eqal~ will handle ~type-error~ by trying to switch the order of the a
   @export
   (defgeneric evaluate (expression &key substitutions-list resolve-constants-light-p resolve-constants-hard-p))
 
-  @export
-  (defgeneric simplify (expression &key resolve-constants-light-p resolve-constants-hard-p))
-
   @export
   (defgeneric to-sexp (expression &optional resolve-constants-p))
 #+END_SRC