Skip to content

guarded actions #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

guarded actions #5

wants to merge 15 commits into from

Conversation

fredokun
Copy link
Contributor

@fredokun fredokun commented Dec 4, 2024

In this PR, we try to make the action dependent on the validity of a guard in the EventSpec structure. To do so, we first allow internally to fail (using an option in _Event). Failing internally is somewhat interesting as far as event combination is concerned.
Then we (try to) build an internal event from a specification based on a guard evidence. But this could only work for Decidable properties. For deterministic events decidability could be an option to consider, while we would not require such limitation for non-deterministic events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant