Replies: 1 comment
|
@raulmonti We need to rethink auto-constructors. Consider an action (pspec syntax)
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Auto-constructors have now been implemented for each update function of an output place of a transition.
However for initialization, i.e., value of initial tokens, no auto-constructors are possible. We rely on the user to have defined all the fields that will be referenced in the updates of the transitions that directly consume these initial tokens.
Note that subsequence production and consumptions are type safe due to auto-constructors in update functions.
All reactions