use Identifier instead of just a plain string when getting tuple-element-names

This commit is contained in:
Erik Krogh Kristensen
2020-08-12 16:55:55 +02:00
parent a7a016c5df
commit fd9eb1d40b
9 changed files with 22 additions and 36 deletions

View File

@@ -790,13 +790,6 @@ tuple_type_rest(
unique int typ: @type ref
);
#keyset[tuple, index]
tuple_element_name (
int tuple: @tupletypeexpr ref,
int index: int ref,
varchar(900) name: string ref
);
// comments
comments (unique int id: @comment,
int kind: int ref,