]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/db/queries/queries.factor
Updating code for make and fry changes
[factor.git] / basis / db / queries / queries.factor
index ede7612942948d544afff8d2cb3c1c1f6a33bb00..89c28b52623d627876c9648038d4b30be425c370 100644 (file)
@@ -1,9 +1,9 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors kernel math namespaces sequences random strings
-math.parser math.intervals combinators math.bitwise nmake db
-db.tuples db.types db.sql classes words shuffle arrays destructors
-continuations ;
+USING: accessors kernel math namespaces make sequences random
+strings math.parser math.intervals combinators math.bitwise
+nmake db db.tuples db.types db.sql classes words shuffle arrays
+destructors continuations ;
 IN: db.queries
 
 GENERIC: where ( specs obj -- )