Handbook
Glossary
find-redundant-word-props ( -- seq )
Vocabulary
lint
Inputs
None
Outputs
seq
an
object
Definition
USING:
combinators.short-circuit
sequences
vocabs
words
;
IN:
lint
:
find-redundant-word-props
( -- seq )
all-words
[
{
[
{
[
foldable?
]
[
flushable?
]
}
1||
]
[
inline?
]
}
1&&
]
filter
;