Factor out with-mbase-progress.
This commit is contained in:
parent
a56605fa3f
commit
350f7eca60
3 changed files with 34 additions and 17 deletions
|
@ -34,7 +34,8 @@
|
|||
(import scheme
|
||||
(chicken base)
|
||||
(chicken format)
|
||||
brmember)
|
||||
brmember
|
||||
util-dir)
|
||||
|
||||
(define (print-html-member mr)
|
||||
(print "<html>")
|
||||
|
@ -52,6 +53,7 @@
|
|||
#f))
|
||||
|
||||
(define (gen-html-members mb dir)
|
||||
(ensure-directory dir)
|
||||
#f)
|
||||
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue