Add missing Tufte stub function.

This commit is contained in:
Richard Newman 2016-11-17 13:28:44 -08:00
parent f4519a7779
commit 7df48d0599

View file

@ -12,3 +12,5 @@
(defmacro profile [options & forms]
`(do ~@forms))
(defn add-basic-println-handler! [args])