fix avl stuff and all/3 stuff

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1707 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2006-10-19 15:09:03 +00:00
parent cb34dbdc88
commit bd015b83ee
5 changed files with 14 additions and 9 deletions

View File

@@ -7115,7 +7115,13 @@ insert and lookup elements in the tree. Please try red-black trees if
you need deletion.
@table @code
@item avl_insert(+@var{Key},?@var{Value},+@var{T0},+@var{TF})
@item avl_new(+@var{T})
@findex avl_new/1
@snindex avl_new/1
@cnindex avl_new/1
Create a new tree.
@item avl_insert(+@var{Key},?@var{Value},+@var{T0},-@var{TF})
@findex avl_insert/4
@snindex avl_insert/4
@cnindex avl_insert/4