benchmark.splay: fix IN:.

John Benediktsson 2011-10-19 09:40:51 -07:00
parent 297931ba1a
commit 7ac1963416
1 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,10 @@
! Copyright (C) 2011 John Benediktsson
! See http://factorcode.org/license.txt for BSD license
USING: arrays assocs kernel math.ranges random sequences sets USING: arrays assocs kernel math.ranges random sequences sets
sorting trees.splay ; sorting trees.splay ;
IN: splay IN: benchmark.splay
: initial-alist ( n -- alist ) : initial-alist ( n -- alist )
iota >array randomize dup zip ; iota >array randomize dup zip ;