Is it necessary that slices are in the filter IsList?
- Currently comparing a plain list and a slice with the same entries w.r.t.
\= yields false,
due to the different families, which contradicts the definition of \= for lists.
- Non-dense slices are apparently supported. If a slice has a hole in the last position
then the Length value does not correspond to the last bound position.
If slices would not be in IsList then these would be just features of slices, not inconsistencies.
Is it necessary that slices are in the filter
IsList?\=yieldsfalse,due to the different families, which contradicts the definition of
\=for lists.then the
Lengthvalue does not correspond to the last bound position.If slices would not be in
IsListthen these would be just features of slices, not inconsistencies.