]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/maze/maze.factor
factor: trim more using lists.
[factor.git] / extra / maze / maze.factor
index f682d4600d8dd86748737662626ae785cbc396bd..1e5c63b72750ea9cda39a41d4a2912e7c4f9ed16 100644 (file)
@@ -1,5 +1,5 @@
 ! From http://www.ffconsultancy.com/ocaml/maze/index.html
-USING: accessors arrays fry kernel math math.order math.vectors
+USING: accessors arrays kernel math math.order math.vectors
 namespaces opengl.demo-support opengl.gl random sequences ui
 ui.gadgets ui.gadgets.canvas ui.render ;
 IN: maze