Pārlūkot izejas kodu

Drop simplification from expression types

Samuel W. Flint 5 gadi atpakaļ
vecāks
revīzija
750003133d
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  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