Skip to content

Commit

Permalink
Update src/gt4py/next/type_system/type_specifications.py
Browse files Browse the repository at this point in the history
Co-authored-by: Till Ehrengruber <[email protected]>
  • Loading branch information
havogt and tehrengruber authored Dec 4, 2024
1 parent 74485d6 commit ea81913
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gt4py/next/type_system/type_specifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ def __str__(self) -> str:

class TupleType(DataType):
# TODO: or DimensionType is a DataType
# TODO(tehrengruber): Remove `DeferredType` again. This was erroneously
# introduced before we checked the annotations at runtime. All attributes of
# a type that are types themselves must be concrete.
types: list[DataType | DimensionType | DeferredType]
# TODO validate DeferredType constraints

Expand Down

0 comments on commit ea81913

Please sign in to comment.