comment about arg

pull/218/head
Matthew Butterick 4 years ago
parent 77669695f5
commit f9c47ef953

@ -11,6 +11,7 @@
(define-syntax (*module-begin stx)
(syntax-case stx ()
[(_ id post-process . body)
;; unlike regular doclang, don't accept a third positional argument (just pass dummy `exprs`)
(with-syntax ([exprs #'()])
#'(#%module-begin
(doc-begin id post-process exprs . body)))]))

@ -1 +1 @@
1578686355
1578696312

Loading…
Cancel
Save