What should this print? (list '[foo _] '(fn (_) (foo _)))
I think ([foo _] [foo _])
because i want to see final expansion of the read macros.
-----