typo: construct -> contract

This commit is contained in:
Benjamin Greenman 2015-09-13 00:45:59 -04:00 committed by Robby Findler
parent aa0823daf6
commit dedde2cd60

View File

@ -1356,7 +1356,7 @@ if they do not, a contract violation is signaled.
Then, when the function returns, it is checked to determine whether the result is wrapped, since Then, when the function returns, it is checked to determine whether the result is wrapped, since
the second @racket[a] appears in a positive position. the second @racket[a] appears in a positive position.
The @racket[new-∀/c] construct constructor is dual to @racket[new-∃/c]. The @racket[new-∀/c] contract constructor is dual to @racket[new-∃/c].
} }
@defproc[(new-∃/c [name (or/c symbol? #f) #f]) contract?]{ @defproc[(new-∃/c [name (or/c symbol? #f) #f]) contract?]{