Fixed layout (overfull hbox)
This commit is contained in:
parent
6e6c91c4cd
commit
c6783850d1
|
@ -47,7 +47,9 @@ by your macro.
|
|||
[(_ vᵢ …)
|
||||
#'(let ([tempᵢ vᵢ] …)
|
||||
(unless (integer? tempᵢ)
|
||||
(printf "Warning: ~a should be an integer, got ~a.\n" 'vᵢ tempᵢ))
|
||||
(printf "Warning: ~a should be an integer, got ~a.\n"
|
||||
'vᵢ
|
||||
tempᵢ))
|
||||
…
|
||||
(+ tempᵢ …))]))
|
||||
(sum 1 2 3)
|
||||
|
|
Loading…
Reference in New Issue
Block a user