]> gitweb.factorcode.org Git - factor.git/blobdiff - core/assocs/assocs-docs.factor
assocs: fix docs import
[factor.git] / core / assocs / assocs-docs.factor
index 0305961bfff023bc833f9707aacb8806fd4373bf..cf10b679a370a21a1b065ee31a5a1b39c258b053 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2007, 2009 Daniel Ehrenberg, Slava Pestov, and Doug Coleman
 ! See https://factorcode.org/license.txt for BSD license.
-USING: assocs.private help.markup help.syntax kernel math
+USING: assocs assocs.private help.markup help.syntax kernel math
 namespaces quotations sequences ;
 IN: assocs