Handbook
Glossary
defs-to-crossref ( -- seq )
Vocabulary
tools
.
crossref
.
private
Inputs
None
Outputs
seq
an
object
Definition
USING:
assocs
combinators.smart
generic
help
help.topics
io.pathnames
kernel
namespaces
sequences
source-files
vocabs
words
;
IN:
tools.crossref.private
:
defs-to-crossref
( -- seq )
[
all-words
[
[
generic?
]
reject
]
[
[
subwords
]
map
concat
]
bi
all-articles
[
>link
]
map
source-files
get
keys
[
<pathname>
]
map
]
append-outputs
;