add support for rest types elements in the middle of a tuple

This commit is contained in:
Erik Krogh Kristensen
2021-02-18 11:08:15 +01:00
parent 74630b0fd8
commit f385c55f2c
10 changed files with 2479 additions and 11 deletions

View File

@@ -799,8 +799,9 @@ tuple_type_min_length(
int minLength: int ref
);
tuple_type_rest(
unique int typ: @type ref
tuple_type_rest_index(
unique int typ: @type ref,
int index: int ref
);
// comments