]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/db/tuples/tuples.factor
Updating code in basis and extra for stricter vocab search path semantics
[factor.git] / basis / db / tuples / tuples.factor
index 19d4be5fc8aa8c238ee97398104aa4093c46748c..388c9ba47e65c4b13b1b25861bbec9b32d75ddbf 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: arrays assocs classes db kernel namespaces
 classes.tuple words sequences slots math accessors
-math.parser io prettyprint db.types continuations
+math.parser io prettyprint continuations
 destructors mirrors sets db.types db.private fry
 combinators.short-circuit db.errors ;
 IN: db.tuples