]> gitweb.factorcode.org Git - factor.git/blobdiff - core/hash-sets/hash-sets.factor
Moving new-sets to sets
[factor.git] / core / hash-sets / hash-sets.factor
index 52b883195ecc351fa338806120acee33a92cc091..bdef9a6ff9ae3a66db7db99d2ce79cee58366aed 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2010 Daniel Ehrenberg
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors assocs hashtables kernel new-sets
+USING: accessors assocs hashtables kernel sets
 sequences parser ;
 QUALIFIED: sets
 IN: hash-sets