This commit is contained in:
Kartik K. Agaram 2014-08-28 19:53:57 -07:00
parent 0832cc89dc
commit 2f2c241800
1 changed files with 0 additions and 6 deletions

6
mu.arc
View File

@ -25,12 +25,6 @@
(if (is label curr-label)
(prn " " curr-msg))))))
(reset)
(trace "foo" "abc")
(assert-trace-contains "foo" "abc")
(assert-trace-contains "foo" "abd")
(quit)
(mac init-fn (name . body)
`(enq (fn () (= (function* ',name) ',body))
initialization-fns*))