Browse Source

Export a couple of other symbols

Samuel W. Flint 9 years ago
parent
commit
e953abd8f7
1 changed files with 3 additions and 1 deletions
  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)