]> gitweb.factorcode.org Git - factor.git/commitdiff
classes.struct.prettyprint: adding vocabs.prettyprint for pprint-; change
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 14 Aug 2023 17:04:00 +0000 (10:04 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 14 Aug 2023 17:04:00 +0000 (10:04 -0700)
basis/classes/struct/prettyprint/prettyprint.factor

index ee32f8984c48964a295830860468baba35f3cf96..e9099409a65ee9d607b461b987769922085c7f55 100644 (file)
@@ -4,7 +4,7 @@ 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 ;
+see.private sequences slots summary vocabs.prettyprint ;
 IN: classes.struct.prettyprint
 
 <PRIVATE