[funds-cvs] r175 - trunk/funds/src
abaine at common-lisp.net
abaine at common-lisp.net
Sun Aug 19 21:45:44 UTC 2007
Author: abaine
Date: Sun Aug 19 17:45:44 2007
New Revision: 175
Modified:
trunk/funds/src/package.lisp
Log:
Exported tree-as-alist, tree-count, and tree-count-if.
Modified: trunk/funds/src/package.lisp
==============================================================================
--- trunk/funds/src/package.lisp (original)
+++ trunk/funds/src/package.lisp Sun Aug 19 17:45:44 2007
@@ -28,6 +28,9 @@
:tree-empty-p
:tree-height
:tree-weight
+ :tree-as-alist
+ :tree-count
+ :tree-count-if
:make-heap
:heap-empty-p
More information about the Funds-cvs
mailing list