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

Mr solver: sorted insert example #1666

Merged
merged 7 commits into from
May 16, 2022
Merged

Mr solver: sorted insert example #1666

merged 7 commits into from
May 16, 2022

Conversation

eddywestbrook
Copy link
Contributor

This PR adds a MR solver test case for the sorted_insert_no_malloc example in linked_list.c and got it to work with MR solver. Mostly this just required adding support to the monadifier for the unit term and adding eta-expanded functions for the Left and Right constructors to the SAW core prelude.

@eddywestbrook eddywestbrook added the subsystem: MRSolver Issues related to the Mr. Solver monadic-recursive solver in Heapster label May 16, 2022
@eddywestbrook eddywestbrook requested a review from m-yac May 16, 2022 20:11
Copy link
Contributor

@m-yac m-yac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@m-yac m-yac added the PR: ready to merge Magic flag for pull requests to ask Mergify to merge given an approval and a successful CI run label May 16, 2022
@mergify mergify bot merged commit c35015c into master May 16, 2022
@mergify mergify bot deleted the mr-solver/insert-example branch May 16, 2022 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: ready to merge Magic flag for pull requests to ask Mergify to merge given an approval and a successful CI run subsystem: MRSolver Issues related to the Mr. Solver monadic-recursive solver in Heapster
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants