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
Notice that this is implemented now. This remains a place holder for discussions around this topic.
Typically right-nested sequencing is preferable since we can clearly scope the newly introduced channels and variables.
However in several we break this rule, for instance fwd and @ can be sequenced and they might expand into a process which cannot be right-nested. Another cause is slice which has a sub-process and should have a sequential continuation. As in this example:
Notice that this is implemented now. This remains a place holder for discussions around this topic.
Typically right-nested sequencing is preferable since we can clearly scope the newly introduced channels and variables.
However in several we break this rule, for instance
fwd
and@
can be sequenced and they might expand into a process which cannot be right-nested. Another cause isslice
which has a sub-process and should have a sequential continuation. As in this example:The text was updated successfully, but these errors were encountered: