Fix documentation of define-primitive-splicing-syntax-class to match the implementation
This commit is contained in:
parent
be7fe82ea8
commit
1532ded5d1
|
@ -162,7 +162,8 @@ Like @racket[~reflect] but for reified splicing syntax classes.
|
||||||
@defmodule[syntax/parse/experimental/splicing]
|
@defmodule[syntax/parse/experimental/splicing]
|
||||||
|
|
||||||
@defform[(define-primitive-splicing-syntax-class (name-id param-id ...)
|
@defform[(define-primitive-splicing-syntax-class (name-id param-id ...)
|
||||||
maybe-description maybe-attrs
|
#:description description-expr
|
||||||
|
#:attributes (attr-arity-decl ...)
|
||||||
parser-expr)
|
parser-expr)
|
||||||
#:contracts ([parser (-> syntax?
|
#:contracts ([parser (-> syntax?
|
||||||
(->* () ((or/c string? #f) -> any))
|
(->* () ((or/c string? #f) -> any))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user