fix duplicate definitions

This commit is contained in:
Matthew Flatt 2010-12-05 08:02:58 -07:00
parent b328655a01
commit 43d69fa80e
2 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -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