]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/bson/writer/writer.factor
factor: trim more using lists.
[factor.git] / extra / bson / writer / writer.factor
index 7a9b398144f5ad701049149786e4463f84d42eb7..e69166c74e35126eaedb84286355fea4c13bce73 100644 (file)
@@ -2,10 +2,10 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien.accessors arrays assocs bson.constants
 byte-arrays byte-vectors calendar combinators
-combinators.short-circuit dlists endian fry hashtables
-io io.encodings io.encodings.utf8 io.streams.byte-array kernel
-linked-assocs literals math math.parser namespaces quotations
-sequences serialize strings typed vectors words ;
+combinators.short-circuit dlists endian hashtables io
+io.encodings io.encodings.utf8 kernel linked-assocs math
+math.parser namespaces quotations sequences serialize strings
+typed vectors words ;
 IN: bson.writer
 
 <PRIVATE