Fix missing `without-special-symbol-access' in `funcall-with-attribute-context'
[clinton/lisp-on-lines.git] / src / standard-descriptions / null.lisp
1 (in-package :lisp-on-lines)
2
3 (define-description null (symbol list)
4 ())
5
6 (define-layered-method description-of ((object null))
7 (find-description 'null))