Prechádzať zdrojové kódy

Export a couple of other symbols

Samuel W. Flint 9 rokov pred
rodič
commit
e953abd8f7
1 zmenil súbory, kde vykonal 3 pridanie a 1 odobranie
  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)