Skip to content
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

Remove or make explicit dependency on coq.init.logic #234

Merged
merged 5 commits into from
Mar 7, 2023

Conversation

m-lindgren
Copy link
Member

This fixes the build following UniMath/UniMath#1643.

Two files remain to be updated:

  • Initiality/Interpretation.v
  • TypeCat/General.v

The rest is mostly changing auto to apply idpath.

The `auto` tactic behaves slightly different when Coq.Init.Logic is not
imported. Often it can be replaced with `apply idpath`.
TypeTheory/TypeCat/General.v Outdated Show resolved Hide resolved
TypeTheory/Initiality/Interpretation.v Outdated Show resolved Hide resolved
m-lindgren and others added 2 commits March 5, 2023 18:35
Co-authored-by: Benedikt Ahrens <benedikt.ahrens@gmail.com>
@m-lindgren
Copy link
Member Author

@benediktahrens Should we merge this to verify that UniMath/UniMath#1643 passes CI checks? The changes are harmless enough that I think they can be justified regardless if UniMath/UniMath#1643 gets merged.

@benediktahrens benediktahrens merged commit e7fc5a0 into UniMath:master Mar 7, 2023
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.

2 participants