[funds-cvs] r51 - trunk/funds/src
abaine at common-lisp.net
abaine at common-lisp.net
Wed Jul 4 18:32:35 UTC 2007
Author: abaine
Date: Wed Jul 4 14:32:32 2007
New Revision: 51
Modified:
trunk/funds/src/package.lisp
Log:
Added avl API to exports of funds package.
Modified: trunk/funds/src/package.lisp
==============================================================================
--- trunk/funds/src/package.lisp (original)
+++ trunk/funds/src/package.lisp Wed Jul 4 14:32:32 2007
@@ -7,4 +7,15 @@
:stack-length
:stack-push
:stack-pop
- :stack-empty-p))
+ :stack-empty-p
+
+ :empty-avl-tree
+ :avl-empty-p
+ :avl-insert
+ :avl-remove
+ :avl-find-value
+ :avl-key
+ :avl-value
+ :avl-height
+ :avl-left
+ :avl-right))
More information about the Funds-cvs
mailing list