Closed PEZ closed 11 months ago
'() evaluates to (list).
'()
(list)
But e.g. '(1) gets the correct treatment.
'(1)
'()
evaluates to(list)
.But e.g.
'(1)
gets the correct treatment.