* lisp/emacs-lisp/comp-cstr.el (comp--all-builtin-types): Remove

This commit is contained in:
Andrea Corallo 2022-08-18 23:35:33 +02:00
parent 869bef892b
commit 715f1ebea3

View file

@ -43,10 +43,6 @@
;; TODO can we just add t in `cl--typeof-types'?
"Like `cl--typeof-types' but with t as common supertype.")
(defconst comp--all-builtin-types
(append cl--all-builtin-types '(t))
"Likewise like `cl--all-builtin-types' but with t as common supertype.")
(cl-defstruct (comp-cstr (:constructor comp-type-to-cstr
(type &aux
(null (eq type 'null))