remove tracing

svn: r16872
This commit is contained in:
Sam Tobin-Hochstadt 2009-11-18 16:41:01 +00:00
parent 9765a14a94
commit 424aa90491

View File

@ -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)