fix the random property; sadly still doesn't find the bug Danny found

This commit is contained in:
Robby Findler 2013-01-29 19:24:27 -06:00
parent 8013ccf60e
commit 5a55f64444

View File

@ -126,7 +126,7 @@
(cond
[(box? uf/box) (void)]
[else
(unless (<= rank (uf-set-rank uf))
(unless (< rank (uf-set-rank uf/box))
(error 'check-ranks "failed for ~s"
(let loop ([uf uf])
(cond