Change this more to how it should be.
svn: r13124 original commit: c7ee5b600c1023f612df6c4549f0bde66eef1416
This commit is contained in:
parent
242e3f0266
commit
95759e5196
|
@ -25,7 +25,7 @@
|
|||
(syntax/loc stx
|
||||
((contract contract-id
|
||||
id
|
||||
(format "definition ~a" (syntax->datum (quote-syntax f)))
|
||||
(syntax->datum (quote-syntax f))
|
||||
neg-blame-str
|
||||
(quote-syntax f))
|
||||
arg
|
||||
|
@ -35,7 +35,7 @@
|
|||
(syntax/loc stx
|
||||
(contract contract-id
|
||||
id
|
||||
(format "definition ~a" (syntax->datum (quote-syntax ident)))
|
||||
(syntax->datum (quote-syntax ident))
|
||||
neg-blame-str
|
||||
(quote-syntax ident)))])))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user