-
- Downloads
The return type of COPY-SEQ is a CONSED-SEQUENCE which includes
simple-arrays, but the derive-type optimizer (RESULT-TYPE-FIRST-ARG) just returns the type of the first arg. This is wrong if the first arg is a complex array. Use SEQUENCE-RESULT-NTH-ARG instead. Fixes cmucl-type-prop.30 test.
Please register or sign in to comment