benchmark.splay: fix IN:.

db4
John Benediktsson 2011-10-19 09:40:51 -07:00
parent 3467ef76a9
commit 0816b8667c
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
sorting trees.splay ;
IN: splay
IN: benchmark.splay
: initial-alist ( n -- alist )
iota >array randomize dup zip ;