Handbook
Glossary
all-callables ( def -- seq )
Vocabulary
lint
.
private
Inputs
def
an
object
Outputs
seq
an
object
Definition
USING:
combinators.short-circuit
kernel
quotations
sequences.deep
;
IN:
lint.private
:
all-callables
( def -- seq )
[
{
[
callable?
]
[
ignore-def?
not
]
}
1&&
]
deep-filter
;