Cleaning up printer
This commit is contained in:
parent
353ef05902
commit
80da9872e0
|
@ -7,9 +7,9 @@
|
|||
(define (text s) s)
|
||||
(define (h-append . ss) (apply string-append ss))
|
||||
(define (v-concat/s ss)
|
||||
(apply string-append (add-between ss "\n")))
|
||||
(apply string-append ss))
|
||||
(define (v-concat ss)
|
||||
(v-concat/s ss))
|
||||
(apply string-append (add-between ss "\n")))
|
||||
(define (apply-infix d ds)
|
||||
(add-between ds d))
|
||||
(define line "\n")
|
||||
|
|
Loading…
Reference in New Issue
Block a user