Browse Source

Removed expression-type, not needed

Samuel W. Flint 9 years ago
parent
commit
e48ed0d6b2
1 changed files with 0 additions and 3 deletions
  1. 0 3
      manipulation.org

+ 0 - 3
manipulation.org

@@ -133,9 +133,6 @@ As a part of my lisp-based Computer Algebra System, an algebraic manipulation to
                                     name
                                     nil)))
                     ,*classifications*)))
-
-  (defun expression-type (expression)
-    (first (classify expression)))
 #+END_SRC
 
 ** WORKING Classifications [0/12]