syntax error

This commit is contained in:
Vítor Santos Costa 2016-01-20 22:18:52 +00:00
parent 77a5090276
commit a2f1ed92ea

View File

@ -184,8 +184,6 @@ where _LeftTree_ contains all items in _Tree_ less than
greater than _Key_. This operations destroys _Tree_.
*/
*/
splay_access(V, Item, Val, Tree, NewTree):-
bst(access(V), Item, Val, Tree, NewTree).