]> gitweb.factorcode.org Git - factor.git/commitdiff
benchmark.splay: fix IN:.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 19 Oct 2011 16:40:51 +0000 (09:40 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 19 Oct 2011 16:42:12 +0000 (09:42 -0700)
extra/benchmark/splay/splay.factor

index 56364cd9fe7036b352dbe088d15209298e22a8ff..f91c4c5fba314838b619056e1211a47c8387bf2c 100644 (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 ;