浏览代码

Export some symbols

Samuel W. Flint 9 年之前
父节点
当前提交
724b174da5
共有 1 个文件被更改,包括 4 次插入1 次删除
  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)