]> gitweb.factorcode.org Git - factor.git/commitdiff
help.handbook: remove 'type index'
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 20 Oct 2009 12:07:03 +0000 (07:07 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 20 Oct 2009 12:07:03 +0000 (07:07 -0500)
basis/help/handbook/handbook-tests.factor
basis/help/handbook/handbook.factor

index 709d56c5d61712dfe97476118a81e259fcc1fcb4..157d4c76e0a5d2ef1cf6cbb2e3aa2ed50833c2dc 100644 (file)
@@ -4,5 +4,4 @@ IN: help.handbook.tests
 [ ] [ "article-index" print-topic ] unit-test
 [ ] [ "primitive-index" print-topic ] unit-test
 [ ] [ "error-index" print-topic ] unit-test
-[ ] [ "type-index" print-topic ] unit-test
 [ ] [ "class-index" print-topic ] unit-test
index 4dd3481f650fec72ba8123c17788bafc4590ac0b..afb88bbd3c55badac63e70988b96bad66b4a7e80 100644 (file)
@@ -239,9 +239,6 @@ ARTICLE: "primitive-index" "Primitive index"
 ARTICLE: "error-index" "Error index"
 { $index [ all-errors ] } ;
 
-ARTICLE: "type-index" "Type index"
-{ $index [ builtins get sift ] } ;
-
 ARTICLE: "class-index" "Class index"
 { $heading "Built-in classes" }
 { $index [ classes [ builtin-class? ] filter ] }
@@ -387,7 +384,6 @@ ARTICLE: "handbook" "Factor handbook"
     "article-index"
     "primitive-index"
     "error-index"
-    "type-index"
     "class-index"
 }
 { $heading "Explore the code base" }