Handbook
Glossary
coverage-words ( string -- words )
Vocabulary
tools
.
coverage
.
private
Inputs
string
an
object
Outputs
words
an
object
Definition
USING:
classes
combinators.short-circuit
kernel
sequences
vocabs
words
words.symbol
;
IN:
tools.coverage.private
:
coverage-words
( string -- words )
vocab-words
[
{
[
primitive?
not
]
[
symbol?
not
]
[
predicate?
not
]
}
1&&
]
filter
;