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 3 selected
- Status: Closed (completed).#67 In usethesource/rascal;
- Status: Closed (completed).#68 In usethesource/rascal;
- Status: Closed (completed).#119 In usethesource/rascal;