]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/persistent/hashtables/hashtables.factor
Updating code for make and fry changes
[factor.git] / basis / persistent / hashtables / hashtables.factor
index 2e2be264bbacc6a642abe767f1bc7d442893ad1b..a867dbb2e31859e059f01b1e92f5ebc6fa5684bb 100644 (file)
@@ -1,7 +1,7 @@
 ! Based on Clojure's PersistentHashMap by Rich Hickey.
 
 USING: kernel math accessors assocs fry combinators parser
-prettyprint.backend namespaces
+prettyprint.backend make
 persistent.assocs
 persistent.hashtables.nodes
 persistent.hashtables.nodes.empty