You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we need manual import of extension methods for comprehension, this is not ideal because manual import could result conflicts with other extension methods. We should let all keywords <: Keyword[Value] to enable comprehension automatically
Currently,
for
comprehension is considered a way to transform keywords.For example, the following code are equivalent.
However, we cannot mix together comprehension and !-notation:
Do we want to change the comprehension design to support the above use case?
The text was updated successfully, but these errors were encountered: