X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fclasses%2Fstruct%2Fprettyprint%2Fprettyprint.factor;h=500c5dbd191529a329313c0dbc6aa3f16f8f555b;hp=5b0a477857622c1be88483256c4807aefe54a66b;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/classes/struct/prettyprint/prettyprint.factor b/basis/classes/struct/prettyprint/prettyprint.factor index 5b0a477857..500c5dbd19 100644 --- a/basis/classes/struct/prettyprint/prettyprint.factor +++ b/basis/classes/struct/prettyprint/prettyprint.factor @@ -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