diff --git a/extra/benchmark/ant/ant.factor b/extra/benchmark/ant/ant.factor index 0a5aae28dd..e7e47b6066 100644 --- a/extra/benchmark/ant/ant.factor +++ b/extra/benchmark/ant/ant.factor @@ -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,