more progress on the framework docs

svn: r9539

original commit: faaa7d1bc1b14dfddc3a784c912b0d4aae98d73d
This commit is contained in:
Robby Findler 2008-04-29 22:51:59 +00:00
parent 187b1ae2e8
commit de59a62d0f

View File

@ -108,7 +108,7 @@
(length (syntax->list #'(arg-names ...))))
(raise-syntax-error #f "mismatched argument list and domain contract count" stx))
#'([(id (arg-names ctcs) ...) result]))]
[((->* (mandatory ...) (optional ...) result)
((mandatory-names ...)
((optional-names optional-default) ...)))