collect: Oops, forgot to export `collect-tail'.
[lisp] / collect.lisp
index 5b48b20..5fc1cb9 100644 (file)
@@ -25,7 +25,7 @@
 
 (defpackage #:collect
   (:use #:common-lisp #:mdw.base)
-  (:export #:collecting #:with-collection #:collect))
+  (:export #:collecting #:with-collection #:collect #:collect-tail))
 (in-package collect)
 
 (eval-when (:compile-toplevel :load-toplevel)