8 lines
85 B
Fennel
8 lines
85 B
Fennel
|
|
(fn trace [x]
|
|
`(do
|
|
(print :trace ,(view x) (view ,x))
|
|
,x))
|
|
|
|
{ : trace }
|