Fixing stupid splay trees bug

db4
Daniel Ehrenberg 2008-02-02 12:23:51 -06:00
parent 950e376f95
commit d2079c50fb
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ IN: trees.splay
TUPLE: splay ;
: <splay> ( -- splay-tree )
splay construct-tree ;
\ splay construct-tree ;
INSTANCE: splay tree-mixin