benchmark.splay: fix IN:.
parent
3467ef76a9
commit
0816b8667c
|
@ -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
|
||||
sorting trees.splay ;
|
||||
|
||||
IN: splay
|
||||
IN: benchmark.splay
|
||||
|
||||
: initial-alist ( n -- alist )
|
||||
iota >array randomize dup zip ;
|
||||
|
|
Loading…
Reference in New Issue