1.0.3.5: slightly different SEQUENCE type handling.
[sbcl.git] / src / code / deftypes-for-target.lisp
index 103047c..d26547f 100644 (file)
 
 ;;; a consed sequence result. If a vector, is a simple array.
 (sb!xc:deftype consed-sequence ()
-  '(or (simple-array * (*)) (and sequence (not vector))))
+  '(or (simple-array * (*)) list extended-sequence))
 
 ;;; the :END arg to a sequence
 (sb!xc:deftype sequence-end () '(or null index))