Adapt to https://github.com/rocq-prover/rocq/pull/22124#2370
Conversation
| Definition Bool_rect := Bool_ind. | ||
|
|
||
| Add Printing If Bool. | ||
| Register Bool as core.bool.type. |
There was a problem hiding this comment.
I'm not sure why the current line or the new line are needed, but the new line seems to be a reasonable thing to have.
|
This seems fine to me. I'll merge soon unless there are any other comments. |
|
It's just a matter of printing style for case constructs: |
@proux01 Right, but I tested, and functions like |
|
I guess you essentially already said that the register line will be needed to trigger the printing for bool in the future. Makes sense. Thanks! |
|
Yes, the dev branch (i.e., the PR for which this is an overlay) needs both the removal of the |
Adapt to rocq-prover/rocq#22124