Add wishlist-synthesis pattern to KeyValueStore example#41
Open
segevem wants to merge 1 commit into
Open
Conversation
b25b57b to
3f9b448
Compare
Introduces a "success-only generation" approach: callers specify WishOp operations they want to perform (Get, Copy, Delete, etc.) without worrying about preconditions. SetupForOp synthesizes the necessary Set calls to satisfy each op's preconditions, and ExecWishOp executes the op on the prepared state. This demonstrates a generate-then-satisfy pattern where the test harness never produces failing API calls by construction, improving generator throughput for stateful protocol testing. Also simplifies the ANil constructor (removes redundant reflexivity hypotheses) and updates the test file accordingly.
3f9b448 to
aee3fd2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
WishOp+SetupForOp+ExecWishOprelationsANilconstructor (removes redundant reflexivity hypotheses)Test plan
lake env leanpasses on bothKeyValueStore.leanandTestKeyValueStoreCheckerGenerators.lean