tools.crossref: don't include generic words in usage lists, since the results are useless and arbitrary -- they depend on the contents of megamorphic caches

db4
Slava Pestov 2010-02-20 12:05:52 +13:00
parent 08a80e5ba2
commit 9cd164f3ac
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ M: word crossref-def
: defs-to-crossref ( -- seq )
[
all-words
all-words [ generic? not ] filter
all-articles [ >link ] map
source-files get keys [ <pathname> ] map
] append-outputs ;