Add quoting to error message.
Closes PR14160. original commit: eb67abb2ef18a2b91f6ee3544971f38e33700664
This commit is contained in:
parent
e861cec692
commit
a6f0db1fdb
|
@ -326,7 +326,7 @@
|
|||
msg-vars
|
||||
(Function: (list (arr: msg-doms msg-rngs msg-rests msg-drests (list (Keyword: _ _ #f) ...)) ...))))
|
||||
(let ([fcn-string (if name
|
||||
(format "function ~a" (syntax->datum name))
|
||||
(format "function `~a'" (syntax->datum name))
|
||||
"function")])
|
||||
(if (and (andmap null? msg-doms)
|
||||
(null? argtypes))
|
||||
|
|
Loading…
Reference in New Issue
Block a user