The universal type July 19, 2014 by Agam Brahma Lisp types universal CL-USER> (setf universe (find-class 't)) #<BUILT-IN-CLASS T> CL-USER> (typep universe universe) T