dunlin/macros.fnl

8 lines
85 B
Fennel

(fn trace [x]
`(do
(print :trace ,(view x) (view ,x))
,x))
{ : trace }