]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/persistent/hashtables/nodes/full/full.factor
factor: more using trim
[factor.git] / basis / persistent / hashtables / nodes / full / full.factor
index 5a9cc2506d2fe79e6fc1e92c00d13f710c347866..7e4bda7e9dd89f1dac684b5ee7d4e7d7c9ad1f0a 100644 (file)
@@ -1,10 +1,8 @@
 ! Based on Clojure's PersistentHashMap by Rich Hickey.
 
-USING: math accessors kernel arrays sequences sequences.private
-locals
-persistent.sequences
-persistent.hashtables.config
-persistent.hashtables.nodes ;
+USING: accessors kernel math persistent.hashtables.config
+persistent.hashtables.nodes persistent.sequences sequences
+sequences.private ;
 IN: persistent.hashtables.nodes.full
 
 M:: full-node (new-at) ( shift value key hashcode full-node -- node' added-leaf )