fakenil
Provides a canonical stand-in for NIL for contexts where NIL means "no value".
$ area51 add fakenilCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(fakenil:some-function ...)