Suspended for at least 24 months.

This commit is contained in:
Dominik Pantůček 2023-03-19 20:43:00 +01:00
parent 7e171bbcef
commit 58c5a78829
3 changed files with 18 additions and 3 deletions

View file

@ -37,6 +37,7 @@
month-in-periods?
period->string
periods->string
periods-match
period-tests!
)
@ -126,7 +127,7 @@
(month->string (car p))
(if (cdr p)
(month->string (cdr p))
"....-..")))
"****-**")))
;; Returns a string representing a list of periods.
(define (periods->string ps)