1.0.0.22: Extensible sequences. (EXPERIMENTAL: Do Not Use As Food)
[sbcl.git] / src / code / deftypes-for-target.lisp
index 8a066f5..103047c 100644 (file)
@@ -56,9 +56,6 @@
 
 (sb!xc:deftype bit () '(integer 0 1))
 
-(sb!xc:deftype compiled-function ()
-  '(and function #!+sb-eval (not sb!eval:interpreted-function)))
-
 (sb!xc:deftype atom () '(not cons))
 
 (sb!xc:deftype base-char ()
 (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))