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
|
||||
[(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
|
||||
|
|
Loading…
Reference in New Issue
Block a user