Fix period with comments usage.
This commit is contained in:
parent
ae8b994a39
commit
1a14fd2bc4
2 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
(module
|
||||
period
|
||||
(
|
||||
period-since
|
||||
period-before
|
||||
period-markers->periods
|
||||
periods-duration
|
||||
month-in-periods?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue