Reputation: 607
There doesn't seem to be a class called Tuple in the package, only the Tuple_ for effective access. If I want to take a tuple into constructor as a parameter what do I do?
class DataElement( datatype: Datatype, values: () ) extends Element {
This doesn't seem to work
Upvotes: 0
Views: 116