- Notifications
You must be signed in to change notification settings - Fork79
Functional composition in the distributed setting#892
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
The functional layer (
One problem is that when looking at source code, it might not be clear whether
Right now we can model these RPCs in TLA+ and quint. However, as the above list shows, we need to leave the functional level and go to the actions. It would be great if quint could be extended to lift this to the functional level from a syntax viewpoint, e.g.,
Under the hood, we could then import
|
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 2 comments
-
This is an interesting point. We have heard a request for pre/post-conditions in the recent user interview. They may actually solve the composition issue in a neat way. |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
-
@shonfeder I was looking for something else and bumped into this. This seems pretty much the same thing we have been discussing with the action fusion. It actually states the problem much better than I had it in my head, and afaiu is similar to the scenario that me, Ivan and Jan have been talking about regarding synchronous message consumption between cosmwasm contracts. |
BetaWas this translation helpful?Give feedback.