add importable trace macro

This commit is contained in:
2024-09-10 17:53:15 +01:00
parent 2743c3ece0
commit 0c3091632f
3 changed files with 9 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
(fn trace [x]
`(do
(print :trace ,(view x) (view ,x))
,x))
{ : trace }