]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/pythagorean-triples/pythagorean-triples.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / rosetta-code / pythagorean-triples / pythagorean-triples.factor
index 054a2fca944a2844e7c870b22d781008f3858ca9..cfb2cdeb1936e0b19b8f68853792e17f6dd7584f 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (c) 2012 Anonymous
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays formatting kernel literals math
-math.functions math.matrices math.ranges sequences ;
+math.functions math.matrices ranges sequences ;
 IN: rosetta-code.pythagorean-triples
 
 ! http://rosettacode.org/wiki/Pythagorean_triples