]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/dice7/dice7.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / rosetta-code / dice7 / dice7.factor
index 928ee2fc03906a99ea60f30a7fa4b41b81624d4b..f8db9c4ce61937c1efdfd5b2be93d4a1399a9720 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2015 Alexander Ilin, Doug Coleman, John Benediktsson.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: assocs fry kernel locals math math.ranges math.statistics
+USING: assocs fry kernel locals math ranges math.statistics
 math.vectors prettyprint random sequences sorting ;
 IN: rosetta-code.dice7