Browse Source

Export some symbols

Samuel W. Flint 9 years ago
parent
commit
724b174da5
1 changed files with 4 additions and 1 deletions
  1. 4 1
      manipulation.org

+ 4 - 1
manipulation.org

@@ -968,7 +968,10 @@ This assembles and packages the algebraic manipulation system into a single file
                   #:symbolicate)
     (:export #:manipulate
              #:classify
-             #:classified-as-p))
+             #:classified-as-p
+             #:classification-case
+             #:collect-variables
+             #:collect-terms))
 
   (in-package #:manipulator)