Variable: comp-cstr-t

comp-cstr-t is a variable defined in comp-cstr.el.gz.

Value

#s(comp-cstr
   (t)
   nil nil nil)

Documentation

Represent the superclass t.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp-cstr.el.gz
(defvar comp-cstr-t (comp-type-to-cstr t)
  "Represent the superclass t.")