Replies: 2 comments
-
Off topic (on batch-based structures and nested sub-streams)just as a though. It's no problem with nested sub streams from point of view of a type system as long as they are single-typed. As soon as we have things like One way to achieve this is to use unions (if they will be allowed to use like that, see #130) and have very hard-to-understand typings like Other way is to give up on nested sub-stream for such cases and use batch-based structures like
so |
Beta Was this translation helpful? Give feedback.
-
We have normal structures |
Beta Was this translation helpful? Give feedback.
-
Classical FBP has trees. Questions are:
(Un)packing trees
In FBP it's possible to "(diz)assemble" trees
Sub-stream linear form
In FBP this tree
Could be linearized to this sub-stream:
<X <Y Z> W>
Related to #35
Beta Was this translation helpful? Give feedback.
All reactions