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
Currently, the tests that directly or indirectly involve indexes use fixed index types. We shall generalize them to work with different index types to the extend feasible. Generalization shall be done by making IndexType an instance of Arbitrary and making the properties in question parametric in the type of index.
The text was updated successfully, but these errors were encountered:
Currently, the tests that directly or indirectly involve indexes use fixed index types. We shall generalize them to work with different index types to the extend feasible. Generalization shall be done by making
IndexType
an instance ofArbitrary
and making the properties in question parametric in the type of index.The text was updated successfully, but these errors were encountered: