Back out improper use of condition SIMPLE-TYPE-ERROR in AREF.
AFAICT, ANSI does not specify any type of exceptional condition for array bounds errors, and a type-error doesn't seem appropriate here. Reverting to SIMPLE-ERROR.
Please register or sign in to comment