From 95015c7bc67ef9f69b59bbcad37386066f54e84b Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Fri, 27 Jul 2012 14:59:49 -0700 Subject: [PATCH] see: more information on built-in classes. --- basis/see/see.factor | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/basis/see/see.factor b/basis/see/see.factor index 4a4d76e9c0..b022c244ba 100644 --- a/basis/see/see.factor +++ b/basis/see/see.factor @@ -6,8 +6,8 @@ classes.tuple classes.union combinators definitions effects generic generic.single generic.standard generic.hook io io.pathnames io.streams.string io.styles kernel make namespaces prettyprint prettyprint.backend prettyprint.config prettyprint.custom -prettyprint.sections sequences sets sorting strings summary words -words.symbol words.constant words.alias vocabs slots ; +prettyprint.sections sequences sets slots sorting strings summary +words words.symbol words.constant words.alias vocabs ; FROM: namespaces => set ; FROM: classes => members ; RENAME: members sets => set-members @@ -204,7 +204,12 @@ M: tuple-class see-class* M: word see-class* drop ; M: builtin-class see-class* - drop "! Built-in class" comment. ; + "! Built-in class" comment. + ] bi + block> ; : see-class ( class -- ) dup class? [