1.0.0.22: Extensible sequences. (EXPERIMENTAL: Do Not Use As Food)
[sbcl.git] / src / code / deftypes-for-target.lisp
index 0091da5..103047c 100644 (file)
 (sb!xc:deftype char-code () `(integer 0 (,sb!xc:char-code-limit)))
 
 ;;; a consed sequence result. If a vector, is a simple array.
-(sb!xc:deftype consed-sequence () '(or list (simple-array * (*))))
+(sb!xc:deftype consed-sequence ()
+  '(or (simple-array * (*)) (and sequence (not vector))))
 
 ;;; the :END arg to a sequence
 (sb!xc:deftype sequence-end () '(or null index))