Skip to content
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

Executable run statement #23

Merged
merged 2 commits into from
May 21, 2024
Merged

Conversation

clarus
Copy link
Collaborator

@clarus clarus commented May 21, 2024

In this pull request, we change the [Run.t] predicate (describing a trace of execution/equivalence between the monadic code and a simulation) from Prop to Set. We then extract the definition of the simulation from it with the evaluate function.

That way, we do not have to define the simulations explicitly anymore. Having explicit simulations can still have value as it makes the code of the simulations visible in the source.

@clarus clarus force-pushed the guillaume-claret@executable-run-statement branch from 5c02b94 to d8304db Compare May 21, 2024 09:53
@clarus clarus force-pushed the guillaume-claret@executable-run-statement branch from d8304db to 5d3eba4 Compare May 21, 2024 18:13
@clarus clarus force-pushed the guillaume-claret@executable-run-statement branch from 5d3eba4 to 0fa098d Compare May 21, 2024 18:23
@clarus clarus merged commit a4bdfde into main May 21, 2024
1 check passed
@clarus clarus deleted the guillaume-claret@executable-run-statement branch May 21, 2024 18:23
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