[Merged by Bors] - feat(Filter): replace coframe instance with better defeqs#31264
[Merged by Bors] - feat(Filter): replace coframe instance with better defeqs#31264plp127 wants to merge 11 commits intoleanprover-community:masterfrom
Conversation
PR summary b3cf7a02d3Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
Vierkantor
left a comment
There was a problem hiding this comment.
This looks good to me, but someone who actually uses filters should verify.
maintainer delegate
|
🚀 Pull request has been placed on the maintainer queue by Vierkantor. |
|
LGTM, but please take into account the comments. |
|
✌️ plp127 can now approve this pull request. To approve and merge a pull request, simply reply with |
Co-authored-by: Oliver Nash <[email protected]>
|
bors merge |
Replace the `Filter.instCoframe` with explicitly given operations. Prove `Filter.mem_sdiff` and `Filter.hnot_def`. The definitions I chose here are somewhat arbitrary, but I think they're better than what we had before. I chose these specific definitions based on a conversation with AI, but I did not use AI to help me write this PR.
|
Pull request successfully merged into master. Build succeeded: |
Replace the
Filter.instCoframewith explicitly given operations. ProveFilter.mem_sdiffandFilter.hnot_def.The definitions I chose here are somewhat arbitrary, but I think they're better than what we had before. I chose these specific definitions based on a conversation with AI, but I did not use AI to help me write this PR.