You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, (typep extended-sequence 'sequence) => NIL and (subtypep 'my-sequence-type 'sequence) => NIL T. This is because various parts of the type system define sequence to be (or list vector) (for example there is a deftype to this effect).
For example,
(typep extended-sequence 'sequence) => NIL
and(subtypep 'my-sequence-type 'sequence) => NIL T
. This is because various parts of the type system definesequence
to be(or list vector)
(for example there is adeftype
to this effect).See #1568 for the beginnings of a fix.
Reported by paulapatience on IRC.
The text was updated successfully, but these errors were encountered: