Преглед на файлове

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)