Files
dunlin/macros.fnl
T
2024-09-10 17:53:15 +01:00

8 lines
85 B
Fennel

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