Forgot to remove a paren from my quick edit on the command line there.

svn: r13190
This commit is contained in:
Stevie Strickland 2009-01-17 19:49:13 +00:00
parent 0401130784
commit 9142823419

View File

@ -93,7 +93,7 @@ improve method arity mismatch contract violation error messages?
(syntax/loc define-stx
(with-contract #:type definition name
([name contract-expr])
(define name expr))))]
(define name expr)))]
[(_ name contract-expr expr0 expr ...)
(identifier? #'name)
(raise-syntax-error 'define/contract