clasp icon indicating copy to clipboard operation
clasp copied to clipboard

Fix extended sequences in the type system

Open Bike opened this issue 2 years ago • 0 comments

Currently this fixes typep and not subtypep. and it breaks (subtypep '(cons foo) 'sequence).

I think Baker's subtypep is kind of totally incompatible with extended sequences in any meaningful way, because sequence is effectively in all of the array, list, and class "type families".

Bike avatar Apr 03 '24 21:04 Bike