浏览代码

Export a couple of other symbols

Samuel W. Flint 9 年之前
父节点
当前提交
e953abd8f7
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      manipulation.org

+ 3 - 1
manipulation.org

@@ -776,7 +776,9 @@ This assembles and packages the algebraic manipulation system into a single file
     (:use #:cl)
     (:import-from #:alexandria
                   #:symbolicate)
-    (:export #:manipulate))
+    (:export #:manipulate
+             #:classify
+             #:classified-as-p))
 
   (in-package #:manipulator)