空リストの表現

> (define empty '())
empty

> (display empty)
()
>