fix duplicate definitions
This commit is contained in:
parent
b328655a01
commit
43d69fa80e
|
@ -14,7 +14,7 @@ The following facilities are experimental.
|
|||
@defmodule[syntax/parse/experimental/contract]
|
||||
|
||||
Macros can apply contracts to their sub-expressions using the
|
||||
@defidentifier[#'expr/c #:form? #t] syntax class.
|
||||
@racket[expr/c] syntax class.
|
||||
|
||||
@defproc[(expr/c [contract-expr syntax?]
|
||||
[#:positive pos-blame 'use-site]
|
||||
|
|
|
@ -46,7 +46,7 @@ Match syntax satisfying the corresponding predicates.
|
|||
[description (or/c string? #f)])
|
||||
(attributes value)]{
|
||||
|
||||
The @defidentifier[#'static #:form? #t] syntax class matches an
|
||||
The @racket[static] syntax class matches an
|
||||
identifier that is bound in the syntactic environment to static
|
||||
information (see @scheme[syntax-local-value]) satisfying the given
|
||||
@scheme[predicate]. If the term does not match, the
|
||||
|
|
Loading…
Reference in New Issue
Block a user