]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/trees/splay/splay.factor
nip most uses of tuck from extra
[factor.git] / extra / trees / splay / splay.factor
index 66ef154b63c726faf70f6e5bc586ecda2026e108..67b2f6b62456aeca32e71650a0bcd67f6ba783f2 100755 (executable)
@@ -1,7 +1,7 @@
 ! Copyright (c) 2005 Mackenzie Straight.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: arrays kernel math namespaces sequences assocs parser
-trees generic math.order accessors prettyprint.custom ;
+trees generic math.order accessors prettyprint.custom shuffle ;
 IN: trees.splay
 
 TUPLE: splay < tree ;