]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/classes/struct/prettyprint/prettyprint.factor
factor: trim using lists
[factor.git] / basis / classes / struct / prettyprint / prettyprint.factor
index 5b0a477857622c1be88483256c4807aefe54a66b..500c5dbd191529a329313c0dbc6aa3f16f8f555b 100644 (file)
@@ -1,11 +1,10 @@
 ! Copyright (C) 2009, 2011 Joe Groff, Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors alien alien.c-types alien.data
-alien.prettyprint arrays assocs classes classes.struct
-combinators combinators.short-circuit continuations fry kernel
-libc make math math.parser mirrors prettyprint.backend
-prettyprint.custom prettyprint.sections see.private sequences
-slots strings summary words ;
+USING: accessors alien alien.prettyprint arrays assocs classes
+classes.struct combinators combinators.short-circuit
+continuations kernel libc make math math.parser mirrors
+prettyprint.backend prettyprint.custom prettyprint.sections
+see.private sequences slots summary ;
 IN: classes.struct.prettyprint
 
 <PRIVATE