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

Adapt to https://github.com/coq/coq/pull/19530 #625

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions theories/Type/Constants.v
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
Register Logic.Empty_case as equations.bottom.case.
Register Logic.Empty_rect as equations.bottom.elim.

Register Stdlib.Init.Datatypes.unit as equations.top.type.
Register Stdlib.Init.Datatypes.tt as equations.top.intro.
Register Corelib.Init.Datatypes.unit as equations.top.type.

Check failure on line 40 in theories/Type/Constants.v

View workflow job for this annotation

GitHub Actions / build (dev, 4.09-flambda, local)

The reference Corelib.Init.Datatypes.unit was not found in the current

Check failure on line 40 in theories/Type/Constants.v

View workflow job for this annotation

GitHub Actions / build (dev, 4.09-flambda, dune)

The reference Corelib.Init.Datatypes.unit was not found in the current
Register Corelib.Init.Datatypes.tt as equations.top.intro.
Register Equations.Type.Logic.unit_rect as equations.top.elim.

Register Logic.prod as equations.conj.type.
Expand Down
Loading