]> gitweb.factorcode.org Git - factor.git/blobdiff - library/vectors.factor
some progress towards self hosting
[factor.git] / library / vectors.factor
index ba4d48db99b0642c2d1082bd34d26c86b86d6a15..8ddbb8f299a81d6d9eb63e35d5e785cc29f3e9cf 100644 (file)
@@ -28,6 +28,7 @@
 IN: vectors
 USE: arithmetic
 USE: kernel
+USE: lists
 USE: stack
 
 : vector-empty? ( obj -- ? )