remove tracing

svn: r16872

original commit: 424aa9049107a30e2d625eb2d06ff9fcd9e7eefb
This commit is contained in:
Sam Tobin-Hochstadt 2009-11-18 16:41:01 +00:00
parent fd735190d5
commit 812d2549dd

View File

@ -21,7 +21,7 @@
[(zero? i) (cons (f (car l)) (cdr l))]
[else (cons (car l) (replace-nth (cdr l) (sub1 i) f))]))
(trace replace-nth)
;(trace replace-nth)
(define/contract (update t lo)
(Type/c Filter/c . -> . Type/c)