-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add RFC for Choice
.
#52
Conversation
Guard syntax bikeshed:
(I don't love any of these. They're also all backward compatible.) |
That won't work ( |
0e4fa0d
to
ad2a0a0
Compare
1948dc1
to
1edf7dd
Compare
Shouldn't it be the opposite? def Mux(sel, val1, val0):
return Choice(a).case(0, val0).default(val1) |
fixed, thanks |
We have discussed this RFC on the 2024-07-01 weekly meeting. The disposition was to merge. |
Thanks @wanda-phi for your work! |
Rendered