Fixed contract for `check-reduction-relation'

svn: r13112
This commit is contained in:
Casey Klein 2009-01-14 14:09:13 +00:00
parent 4759e25019
commit 286ef262c7

View File

@ -1095,7 +1095,7 @@ pattern does not match the @scheme[pattern].}
[relation reduction-relation?]
[property (-> any/c any/c)]
[#:attempts attempts natural-number/c 100])
(or/c true/c void?)]{
void?]{
Tests a @scheme[relation] as follows: for each case of @scheme[relation],
@scheme[check-reduction-relation] generates @scheme[attempts] random
terms that match that case's left-hand side and applies @scheme[property]