Almost All Built-in Types Have Corresponding Classes
All Classes with proper names have corresponding types
But there is no class named bit.
(defmethod pretty-type-name ((c cons)) "Cons")
(defmethod pretty-type-name ((c symbol)) "Symbol")
(defmethod pretty-type-name ((c rectangle)) "Rectangle")