Handbook
Glossary
(holidays) ( singleton -- seq )
Vocabulary
calendar
.
holidays
.
private
Inputs
singleton
an
object
Outputs
seq
an
object
Definition
USING:
assocs
kernel
sequences
vocabs
words
;
IN:
calendar.holidays.private
:
(holidays)
( singleton -- seq )
all-words
[
"holiday"
word-prop
key?
]
with
filter
;