-
Notifications
You must be signed in to change notification settings - Fork 53
feat: more expressive semiOutParam attribute for ipm_class declarations
#513
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
Merged
MackieLoeffel
merged 28 commits into
leanprover-community:master
from
ISTA-PLV:SemiOutParam
Jul 22, 2026
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
8262fdf
Implement `semiOutParamPos` and `semiOutParamNeg`
alvinylt e9dc50b
Bug fix within `SynthInstance.lean`
alvinylt e03356c
Update test for Issue #456 in `Tests/Instances.lean`
alvinylt 82ef884
Update error message in `SynthInstanceAttr.lean` and more tests
alvinylt 464675c
Fix `IsOp` usage and synthesis order check
alvinylt 20fb4fb
Combine `semiOutParamPos` and `semiOutParamNeg` as `semiOutParamIPM` …
alvinylt bc8f2be
Remove unnecessary `set_option synthInstance.checkSynthOrder false`
alvinylt 2f0df33
Further generalisation such that the `InOut` argument for `semiOutPar…
alvinylt 153b518
`IsOp` code refactoring: use `IsOp.Direction`
alvinylt 4b68a76
`IsOpMerge` and `IsOpSplit` are now redundant
alvinylt 6c7ec84
Define `IsOp.Direction.mapToInOut`
alvinylt b1cda21
Simplify `AsEmpValid`
alvinylt b8d47d6
Minor improvements, typo fix
alvinylt 980728f
Merge remote-tracking branch 'upstream/master' into SemiOutParam
alvinylt b43d67e
Function renaming: `AsEmpValid.Direction.toInOut`
alvinylt 36527e4
Remove outdated comment
alvinylt 4d25646
Remove the `inout : ParamKind` and residual code
alvinylt 30e665a
Define `semiOutParamIPM` as a macro that involves `semiOutParam`
alvinylt f905106
Replace `semiOutParamIPM` with `semiOutParam (inOutParam ...)`
alvinylt c377e21
Update `dyn_reservation_map_data_is_op`
alvinylt 771c261
Add missing `set_option synthInstance.checkSynthOrder false`
alvinylt 5838c10
cleanup
MackieLoeffel 4ad6c81
Merge remote-tracking branch 'upstream/master' into SemiOutParam
alvinylt 0407b2d
Minor formatting
alvinylt ae757da
More consistent explicit/implicit arguments
alvinylt b0d11a9
Revert "Replace `semiOutParamIPM` with `semiOutParam (inOutParam ...)`"
alvinylt d3401ec
Update `AsEmpValid0`
alvinylt 8a02501
update comments
MackieLoeffel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.