]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tensors/tensors.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / tensors / tensors.factor
index 298caf68d5d930b65ed2997c00ac2df0cbdab078..142c1f8290f4ab1a4c088a9ba3aad9ddc194c6ec 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 
 USING: accessors alien alien.c-types alien.data arrays byte-arrays combinators
-grouping kernel locals kernel.private math math.functions math.ranges math.vectors
+grouping kernel locals kernel.private math math.functions ranges math.vectors
 math.vectors.simd multi-methods parser prettyprint.custom sequences sequences.extras
 sequences.private specialized-arrays typed ;