remove tracing
svn: r16872
This commit is contained in:
parent
9765a14a94
commit
424aa90491
|
@ -21,7 +21,7 @@
|
||||||
[(zero? i) (cons (f (car l)) (cdr l))]
|
[(zero? i) (cons (f (car l)) (cdr l))]
|
||||||
[else (cons (car l) (replace-nth (cdr l) (sub1 i) f))]))
|
[else (cons (car l) (replace-nth (cdr l) (sub1 i) f))]))
|
||||||
|
|
||||||
(trace replace-nth)
|
;(trace replace-nth)
|
||||||
|
|
||||||
(define/contract (update t lo)
|
(define/contract (update t lo)
|
||||||
(Type/c Filter/c . -> . Type/c)
|
(Type/c Filter/c . -> . Type/c)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user