]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/prettyprint/prettyprint.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / basis / prettyprint / prettyprint.factor
index 3b9d034378350e0f7b5a310df64848294c1342dc..149ecde447b3175b78c0d566aa34d1ed0a41820f 100755 (executable)
@@ -1,15 +1,13 @@
 ! Copyright (C) 2003, 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-
-USING: arrays generic generic.standard assocs io kernel
-math namespaces sequences strings io.styles io.streams.string
+USING: arrays generic generic.standard assocs io kernel math
+namespaces make sequences strings io.styles io.streams.string
 vectors words prettyprint.backend prettyprint.sections
 prettyprint.config sorting splitting grouping math.parser vocabs
 definitions effects classes.builtin classes.tuple io.files
 classes continuations hashtables classes.mixin classes.union
 classes.intersection classes.predicate classes.singleton
 combinators quotations sets accessors colors ;
-
 IN: prettyprint
 
 : make-pprint ( obj quot -- block in use )