Fix period with comments usage.

This commit is contained in:
Dominik Pantůček 2023-03-27 17:31:47 +02:00
parent ae8b994a39
commit 1a14fd2bc4
2 changed files with 6 additions and 3 deletions

View file

@ -45,7 +45,8 @@
utils
table
listing
ansi)
ansi
period)
;; Prints human-readable information
(define (print-member-info mr)
@ -109,8 +110,8 @@
(map
(lambda (p)
(list
(month->string (car p))
(month->string (cdr p))))
(month->string (period-since p))
(month->string (period-before p))))
v))
#:col-border #t)))
(else

View file

@ -28,6 +28,8 @@
(module
period
(
period-since
period-before
period-markers->periods
periods-duration
month-in-periods?