Lars Hamann - 2008-04-07

Hello!

We are trying to define TupleTypes in Octopus, but we failed ;-)
What syntax is correct? We tried the following:

let t:Tuple(aString:String) = Tuple(aString:String='Test') in ...

We also changed Tuple to TupleType, but this still results in a syntaxerror.

Thanks for your help!

Lars