Handbook
Glossary
check-see-also ( element -- )
Vocabulary
help
.
lint
.
checks
Inputs
element
an
object
Outputs
None
Definition
USING:
help.markup
kernel
sequences
sets
;
IN:
help.lint.checks
:
check-see-also
( element -- )
\
$see-also
swap
elements
[
rest
all-unique?
]
all?
[
"$see-also are not unique"
simple-lint-error
]
unless
;