]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/partial-dispatch/partial-dispatch.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / basis / math / partial-dispatch / partial-dispatch.factor
index baa5558f7f02515e98e5a3d85fb28ae9fec0582b..6def4966a28c442239142d24d93b5fdd2de40f3d 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors kernel kernel.private math math.private words
-sequences parser namespaces assocs quotations arrays locals
+sequences parser namespaces make assocs quotations arrays locals
 generic generic.math hashtables effects compiler.units ;
 IN: math.partial-dispatch