Forgot to remove a paren from my quick edit on the command line there.
svn: r13190
This commit is contained in:
parent
0401130784
commit
9142823419
|
@ -93,7 +93,7 @@ improve method arity mismatch contract violation error messages?
|
||||||
(syntax/loc define-stx
|
(syntax/loc define-stx
|
||||||
(with-contract #:type definition name
|
(with-contract #:type definition name
|
||||||
([name contract-expr])
|
([name contract-expr])
|
||||||
(define name expr))))]
|
(define name expr)))]
|
||||||
[(_ name contract-expr expr0 expr ...)
|
[(_ name contract-expr expr0 expr ...)
|
||||||
(identifier? #'name)
|
(identifier? #'name)
|
||||||
(raise-syntax-error 'define/contract
|
(raise-syntax-error 'define/contract
|
||||||
|
|
Loading…
Reference in New Issue
Block a user