Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Row Typing #1159

Open
andrew-johnson-4 opened this issue Jan 25, 2025 · 1 comment
Open

Row Typing #1159

andrew-johnson-4 opened this issue Jan 25, 2025 · 1 comment
Assignees

Comments

@andrew-johnson-4
Copy link
Owner

This one would be really easy to do Field::1<U64> just needs to also have the alias attached during denormalization: Field::f<U64>.

@andrew-johnson-4 andrew-johnson-4 self-assigned this Jan 25, 2025
@andrew-johnson-4
Copy link
Owner Author

Row typing permits struct left-hand-sides from ignoring the case tag.

match x {
   Tag { x=x, y=y } => print(x, y);
}

match x {
   _ { duck=duck } => print(duck);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant