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

[DRAFT] Instrument function return value #87

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

thpani
Copy link
Collaborator

@thpani thpani commented May 31, 2024

Draft PR for instrumenting the invoked function's return value into the env.

Since the return value may be (), the plan is to use the Apalache option type.
However, the required operators are not loaded by default, and would need to be injected into the JSON IR.

Also, we would have likely have to annotate the env record field with an appropriate type.

Closes #88

@thpani thpani self-assigned this May 31, 2024
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.

Instrument function return value
1 participant