0.8.0.78.vector-nil-string.8:
[sbcl.git] / src / compiler / generic / vm-type.lisp
index 3bec6e1..cde035f 100644 (file)
                ;; them on the fly this way? (Call the new array
                ;; *SPECIALIZED-ARRAY-ELEMENT-SPECIFIER-TYPES* or something..)
                (let ((stype (specifier-type stype-name)))
+                 (aver (not (unknown-type-p stype)))
                  (when (csubtypep eltype stype)
                    (return stype))))))
     type))