I have a bunch of constants, which I want to be of type `(unsigned-byte 8).
(declaim (type (unsigned-byte 8) +c0+ +c1+)) (defconstant +c0+ #x0) (defconstant +