Skip to content
Closed
Due by February 28, 2013
Closed Mar 2, 2013
100% complete

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

  1. ordered relations = list of tuples: lrel
  2. unordered relations = set of tuples : srel
  3. unordered relations with duplicates = nag of tuples: brel
  4. bags

The current rel can be become a super type of all these new rel types.

List view

    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.