]> gitweb.factorcode.org Git - factor.git/commitdiff
benchmark.ant: fix vocab name and using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 25 Sep 2011 22:33:49 +0000 (15:33 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 25 Sep 2011 22:33:49 +0000 (15:33 -0700)
extra/benchmark/ant/ant.factor

index 0a5aae28dd6ea902ff897d43550212ba3f6b3848..e7e47b6066ef7e4b15a5e674b334534a4c278fdf 100644 (file)
@@ -2,9 +2,9 @@
 ! See http://factorcode.org/license.txt for BSD license
 
 USING: accessors combinators fry hash-sets hashtables kernel
-locals math math.parser sequences sets utils vectors ;
+locals math math.parser sequences sets vectors ;
 
-IN: ant
+IN: benchmark.ant
 
 ! There is an ant which can walk around on a planar grid. The ant
 ! can move one space at a time left, right, up or down. That is,