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