[funds-cvs] r34 - trunk/funds/src/trees

abaine at common-lisp.net abaine at common-lisp.net
Wed Jun 20 22:25:29 UTC 2007


Author: abaine
Date: Wed Jun 20 18:25:29 2007
New Revision: 34

Modified:
   trunk/funds/src/trees/package.lisp
Log:
Added avl-find-value to public interface of avl-tree.

Modified: trunk/funds/src/trees/package.lisp
==============================================================================
--- trunk/funds/src/trees/package.lisp	(original)
+++ trunk/funds/src/trees/package.lisp	Wed Jun 20 18:25:29 2007
@@ -8,6 +8,7 @@
 	   :avl-empty-p
 	   :avl-insert
 	   :avl-remove
+	   :avl-find-value
 
 	   :avl-key
 	   :avl-value



More information about the Funds-cvs mailing list