Bug 337806 - Enchancement: generic tuple type
Summary: Enchancement: generic tuple type
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: IMP (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Jurgen Vinju CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-22 05:33 EST by Atze van der Ploeg CLA
Modified: 2014-01-09 15:03 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Atze van der Ploeg CLA 2011-02-22 05:33:07 EST
Build Identifier: 

Currently each tuple type describes a tuple of specific length and of specific element types. However, sometimes it is useful to be able to specify that something has type tuple, without specifying it's length and element types. 

It would therefore be nice to have a generic tuple type, which is a subtype of value and a supertype of every specific tuple type.

Reproducible: Always