X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Ffndb.lisp;h=ab6d4a19631a42d9e9c030d442e5c1d0dbb0ac50;hb=435b7acd186484b1eed5ab615c43bcc1701fcd6c;hp=2b6ba93a138d902f9b4fd7aeb4a4ce1ba3b6b518;hpb=1aefe68236aaf048ce602e7725ad26d130be1fd5;p=sbcl.git diff --git a/src/compiler/fndb.lisp b/src/compiler/fndb.lisp index 2b6ba93..ab6d4a1 100644 --- a/src/compiler/fndb.lisp +++ b/src/compiler/fndb.lisp @@ -425,12 +425,12 @@ :derive-type (sequence-result-nth-arg 1)) (defknown copy-seq (sequence) consed-sequence (flushable) - :derive-type #'result-type-first-arg) + :derive-type (sequence-result-nth-arg 1)) (defknown length (sequence) index (foldable flushable)) (defknown reverse (sequence) consed-sequence (flushable) - :derive-type #'result-type-first-arg) + :derive-type (sequence-result-nth-arg 1)) (defknown nreverse (sequence) sequence () :derive-type #'result-type-first-arg)