Browse Source

Drop simplification from expression types

Samuel W. Flint 5 years ago
parent
commit
750003133d
1 changed files with 0 additions and 3 deletions
  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