]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/persistent/hashtables/nodes/nodes.factor
Fixing basis -> extra dependencies
[factor.git] / basis / persistent / hashtables / nodes / nodes.factor
index 6201e68c6aa26830ba6bd47697f3fca073d8ec10..d681cd57fadd14304f92854f64c89ae47319fc31 100644 (file)
@@ -1,6 +1,6 @@
 ! Based on Clojure's PersistentHashMap by Rich Hickey.
 
-USING: math arrays kernel sequences sequences.lib
+USING: math arrays kernel sequences
 accessors locals persistent.hashtables.config ;
 IN: persistent.hashtables.nodes