]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/mongodb/tuple/persistent/persistent.factor
factor: trim more using lists.
[factor.git] / extra / mongodb / tuple / persistent / persistent.factor
index f9ba6cdf4ab1d8fc58527fab6f94dd87a3a32574..fd4216ca3ce8926e0a57d987d4aa9e0cf0d9c00d 100644 (file)
@@ -1,6 +1,6 @@
 USING: accessors assocs bson.constants bson.writer combinators
-combinators.short-circuit constructors continuations fry
-hashtables kernel linked-assocs mirrors mongodb.tuple.collection
+combinators.short-circuit constructors continuations hashtables
+kernel linked-assocs mirrors mongodb.tuple.collection
 mongodb.tuple.state namespaces sequences words ;
 IN: mongodb.tuple.persistent