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