]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/inverse/inverse.factor
Updating code for make and fry changes
[factor.git] / extra / inverse / inverse.factor
index b843c73983d6adafb616fef992dee8bc98ec9a7f..7f55b609e358eac1f36f9459ab7296856afa8d8e 100755 (executable)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors kernel words summary slots quotations
 sequences assocs math arrays stack-checker effects generalizations
-continuations debugger classes.tuple namespaces vectors
+continuations debugger classes.tuple namespaces make vectors
 bit-arrays byte-arrays strings sbufs math.functions macros
 sequences.private combinators mirrors
 combinators.short-circuit ;