Fix documentation for `implies'.

This commit is contained in:
Sam Tobin-Hochstadt 2012-04-12 16:25:31 -04:00
parent c390d96780
commit fdb70316f1

View File

@ -272,7 +272,7 @@ Returns @racket[(not v)].}
Checks to be sure that the first
expression implies the second.
Same as @racket[(if expr1 expr2 #f)].
Same as @racket[(if expr1 expr2 #t)].
@examples[#:eval
bool-eval