The more we are using relations (= set of tuples) the more it becomes clear that we are missing certain data types, in particular ordered relations (= list of tuples).
The idea is to add support for
- ordered relations = list of tuples: lrel
- unordered relations = set of tuples : srel
- unordered relations with duplicates = nag of tuples: brel
- bags
The current rel can be become a super type of all these new rel types.
List view
0 issues of 0 selected
There are no open issues in this milestone
Add issues to milestones to help organize your work for a particular release or project. Find and add issues with no milestones in this repo.