fix the random property; sadly still doesn't find the bug Danny found
This commit is contained in:
parent
8013ccf60e
commit
5a55f64444
|
@ -126,7 +126,7 @@
|
||||||
(cond
|
(cond
|
||||||
[(box? uf/box) (void)]
|
[(box? uf/box) (void)]
|
||||||
[else
|
[else
|
||||||
(unless (<= rank (uf-set-rank uf))
|
(unless (< rank (uf-set-rank uf/box))
|
||||||
(error 'check-ranks "failed for ~s"
|
(error 'check-ranks "failed for ~s"
|
||||||
(let loop ([uf uf])
|
(let loop ([uf uf])
|
||||||
(cond
|
(cond
|
||||||
|
|
Loading…
Reference in New Issue
Block a user