소스 검색

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)