Drops `traces' call to make the file DrDr-friendly

This commit is contained in:
Casey Klein 2011-08-15 08:25:46 -05:00
parent 98eaaebc65
commit a0f2db7574

View File

@ -134,4 +134,5 @@
(--> e_1 e_2
(judgment-holds (small-step e_1 e_2)))))
(traces small-step-rr (term ((λ (x) (add1 x)) 0)))
(define (trace-λv expr)
(traces small-step-rr expr))