Skip to content

Fix/verify private - #6

Open
petr-kratochvil wants to merge 2 commits into
WolframInstitute:mainfrom
petr-kratochvil:fix/verify-private
Open

Fix/verify private#6
petr-kratochvil wants to merge 2 commits into
WolframInstitute:mainfrom
petr-kratochvil:fix/verify-private

Conversation

@petr-kratochvil

Copy link
Copy Markdown
Collaborator

Verify also private theorems in Integrity.lean verification.

private theorems/defs get their identifiers mangled, and the CollectAxioms.collect function returns an empty array for them.

Implemented original name resolution and checking the original private theorem/def.

Also added an integrity condition for unknown/misspelled/not found identifiers, which could previously pass the axiom list verification.

Details in Wiki/Concepts/IntegrityNameResolution.md.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant