...
original commit: eb0842ed573feae552ae51e94e49bff594b71025
This commit is contained in:
parent
e69b11ffc0
commit
a6c7267942
|
@ -27,5 +27,5 @@
|
||||||
|
|
||||||
(define add-spec
|
(define add-spec
|
||||||
(lambda (sep num)
|
(lambda (sep num)
|
||||||
(set! specs (cons (list (expr->string sep) (expr->string num))
|
(set! specs (cons (list (expr->string sep) (format "~a" num))
|
||||||
specs)))))))
|
specs)))))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user