Remove mzlib/etc import
This commit is contained in:
parent
7be82a8eca
commit
3ad0c594a9
|
@ -1,7 +1,5 @@
|
|||
#lang racket
|
||||
(require (only-in mzlib/etc
|
||||
identity nor)
|
||||
"contract.rkt"
|
||||
(require "contract.rkt"
|
||||
"erl.rkt"
|
||||
"heap.rkt")
|
||||
|
||||
|
@ -410,8 +408,8 @@
|
|||
sup
|
||||
(filter (lambda (a)
|
||||
(let ([v (weak-box-value a)])
|
||||
(nor (eq? v inf)
|
||||
(eq? v #f))))
|
||||
(not (or (eq? v inf)
|
||||
(eq? v #f)))))
|
||||
dependents))]
|
||||
[_ (void)])))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user