-
- Downloads
Improve error message for tuple type declaration
Tuples are only defined for simple types. This means that defining tuples like let t:(R*R); is forbidden. This may change in future, but it does not seem a limitations and probably leads to simpler syntax. Now, when the used type is not simple, it is clearly indicated.
Please register or sign in to comment