]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/vocabs/prettyprint/prettyprint.factor
factor: trim using lists
[factor.git] / basis / vocabs / prettyprint / prettyprint.factor
index 43e250ec073234f90a43cf6326771b1bef2278b0..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 io io.styles kernel
-make namespaces parser prettyprint.backend prettyprint.sections
+make namespaces prettyprint.backend prettyprint.sections
 prettyprint.stylesheet sequences sorting vocabs vocabs.parser ;
 FROM: io.styles => inset ;
 IN: vocabs.prettyprint