svn: r12044

This commit is contained in:
Robby Findler 2008-10-15 13:00:01 +00:00
parent eb7d9be3f0
commit 2e9ac659bd

View File

@ -989,8 +989,8 @@ raised by the contract system.}
@defproc[(contract? [v any/c]) boolean?]{
Returns @scheme[#t] if its argument is a contract (ie, constructed
with one of the combinators described in this section), @scheme[#f]
otherwise.}
with one of the combinators described in this section or a value that
can be used as a contract) and @scheme[#f] otherwise.}
@defproc[(flat-contract? [v any/c]) boolean?]{