]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/vocabs/prettyprint/prettyprint.factor
factor: trim using lists
[factor.git] / basis / vocabs / prettyprint / prettyprint.factor
index 873bec53c4a5444a5008781b1515500d10f48ebb..986e07ae57b0e6cd9733b7563e4d60bf5447d041 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors assocs colors.constants fry io io.styles kernel
-make namespaces parser prettyprint.backend prettyprint.sections
+USING: accessors assocs colors io io.styles kernel
+make namespaces prettyprint.backend prettyprint.sections
 prettyprint.stylesheet sequences sorting vocabs vocabs.parser ;
 FROM: io.styles => inset ;
 IN: vocabs.prettyprint