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).