Suspended for at least 24 months.
This commit is contained in:
parent
7e171bbcef
commit
58c5a78829
3 changed files with 18 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue