Static information flowing through each
forms
#306
Answered
by
mflatt
kiranandcode
asked this question in
Q&A
-
The following code fails to compile:
with the error:
Intuitively, as a Rhombus user, this was surprising. |
Beta Was this translation helpful? Give feedback.
Answered by
mflatt
May 14, 2023
Replies: 1 comment 1 reply
-
This was surprising to me as a user because I had previously seen the following works:
So I assumed that List.of was somehow cooperating with each to propagate information |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're right. There was a piece missing for
Pair
— repair pushed.