Add support for checking inductive types and constructors#7
Closed
GasStationManager wants to merge 1 commit intomainfrom
Closed
Add support for checking inductive types and constructors#7GasStationManager wants to merge 1 commit intomainfrom
GasStationManager wants to merge 1 commit intomainfrom
Conversation
Owner
GasStationManager
commented
Jan 21, 2026
- Add equivCtor to check constructor equivalence (name, type, levelParams, induct, cidx, numParams, numFields, isUnsafe)
- Add equivInduct to check inductive type equivalence, including checking each constructor via equivCtor using lookup functions
- Update processFileDeclarations to include "inductive" and "constructor"
- Add CheckFailure.inductCheck and CheckFailure.ctorCheck cases
- Update checkTargets to handle inductives and constructors
- Add equivCtor to check constructor equivalence (name, type, levelParams, induct, cidx, numParams, numFields, isUnsafe) - Add equivInduct to check inductive type equivalence, including checking each constructor via equivCtor using lookup functions - Update processFileDeclarations to include "inductive" and "constructor" - Add CheckFailure.inductCheck and CheckFailure.ctorCheck cases - Update checkTargets to handle inductives and constructors
GasStationManager
pushed a commit
that referenced
this pull request
Mar 6, 2026
…om PR #7) - Add equivCtor to check constructor equivalence - Add equivInduct to check inductive type equivalence with constructor lookup - Add CheckFailure.inductCheck and CheckFailure.ctorCheck cases - Update processFileDeclarations to include inductive and constructor - Update checkTargets to handle inductives (with full hashmap lookup for constructors) - Constructor check added to Info.toFailureMode for simple cases Rebased onto current main (post file-split refactor).
Owner
Author
|
Superseded by #18, which rebases this work onto the current main (post file-split refactor) and adds import superset security checks. Merged. |
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.