]> gitweb.factorcode.org Git - factor.git/blobdiff - core/hashtables/hashtables-docs.factor
core: trim using lists with tool
[factor.git] / core / hashtables / hashtables-docs.factor
index 25df26b7faf9210d01512cd433473c5c2b3d4002..7fb99af93a06dc98cacc183bb80b7846b93693c9 100644 (file)
@@ -1,5 +1,4 @@
-USING: assocs hashtables.private help.markup help.syntax kernel
-sequences ;
+USING: assocs help.markup help.syntax kernel hashtables.private ;
 IN: hashtables
 
 ARTICLE: "hashtables.private" "Hashtable implementation details"