add importable trace macro
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
|
||||
(fn trace [x]
|
||||
`(do
|
||||
(print :trace ,(view x) (view ,x))
|
||||
,x))
|
||||
|
||||
{ : trace }
|
||||
Reference in New Issue
Block a user