Open chriseth opened 7 months ago
Sub-issue of https://github.com/powdr-labs/powdr/issues/1016
It's probably fine for now to only have the {...}-type structs (i.e. no tuple-type structs).
{...}
Tasks:
If we use X{a, b} to construct a struct, this might clash with the syntax for lookups, X{a, b} in Y{c, d}. We could change the syntax for lookups to X * {a, b} in Y * {c ,d}.
X{a, b}
X{a, b} in Y{c, d}
X * {a, b} in Y * {c ,d}
Sub-issue of https://github.com/powdr-labs/powdr/issues/1016
It's probably fine for now to only have the
{...}
-type structs (i.e. no tuple-type structs).Tasks: