Comment 0 for bug 309128

Revision history for this message
Nikodemus Siivola (nikodemus) wrote : undefined and redefined types

  a.
  (let* ((s (gensym))
         (t1 (specifier-type s)))
    (eval `(defstruct ,s))
    (type= t1 (specifier-type s)))
  => NIL, NIL

  (fixed in 0.8.1.24)

  b. The same for CSUBTYPEP.