Skip to content

extended sequences don't work with the type system #1569

@Bike

Description

@Bike

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

See #1568 for the beginnings of a fix.

Reported by paulapatience on IRC.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions