]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/mongodb/tuple/persistent/persistent.factor
core/basis: Rename words dealing with vocabs to loaded-vocabs or disk-vocabs because...
[factor.git] / extra / mongodb / tuple / persistent / persistent.factor
index f5aa1c95caa43395ac73c3e7154ae69351553b9f..e711066fe64f8742484efc2135da09b24eee011d 100644 (file)
@@ -1,8 +1,7 @@
-USING: accessors assocs bson.constants combinators.short-circuit
-constructors continuations fry kernel mirrors mongodb.tuple.collection
-mongodb.tuple.state namespaces sequences words bson.writer combinators
-hashtables linked-assocs ;
-
+USING: accessors assocs bson.constants bson.writer combinators
+combinators.short-circuit constructors continuations fry
+hashtables kernel linked-assocs mirrors mongodb.tuple.collection
+mongodb.tuple.state namespaces sequences words ;
 IN: mongodb.tuple.persistent
 
 SYMBOLS: object-map ;