Skip to content
Snippets Groups Projects
Commit e1993bc0 authored by ram's avatar ram
Browse files

Fixed SUBSEQ's END arg to be SEQUENCE-END rather than INDEX, i.e. NIL is

allowed.
parent be1e5af7
No related branches found
No related tags found
No related merge requests found
......@@ -401,7 +401,7 @@
(defknown elt (sequence index) t (foldable flushable))
(defknown subseq (sequence index &optional index) consed-sequence
(defknown subseq (sequence index &optional sequence-end) consed-sequence
(foldable flushable) :derive-type 'result-type-arg1)
(defknown copy-seq (sequence) consed-sequence (foldable flushable)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment