Handbook
Glossary
adjust-federal-holidays ( timestamp seq -- seq' )
Vocabulary
calendar
.
holidays
.
us
Inputs
timestamp
an
object
seq
an
object
Outputs
seq'
an
object
Definition
USING:
calendar.holidays.us.private
combinators
kernel
sequences
;
IN:
calendar.holidays.us
:
adjust-federal-holidays
( timestamp seq -- seq' )
[
[
clone
]
dip
( timestamp -- timestamp )
execute-effect
adjust-federal-holiday
]
with
map
;