chiark
/
gitweb
/
~mdw
/
lisp
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
collect: Oops, forgot to export `collect-tail'.
[lisp]
/
collect.lisp
diff --git
a/collect.lisp
b/collect.lisp
index 5b48b206634d28951675e3c34d0fc93bc7ee9255..5fc1cb9eeddaadfeeae1c75ec27d70655afc8647 100644
(file)
--- a/
collect.lisp
+++ b/
collect.lisp
@@
-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)