"Pierre R. Mai" <[EMAIL PROTECTED]> writes:

> somehow (coerce x 'simple-array) fails.

Isn't this implementation-dependent behavior?

  * (typep (make-array 1 :fill-pointer 0) 'simple-array)
  nil
  * (typep (make-array 1) 'simple-array)
  t

CLHS, SIMPLE-ARRAY:

  It is implementation-dependent whether displaced arrays, vectors with fill
  pointers, or arrays that are actually adjustable are simple arrays.



Reply via email to