-
Notifications
You must be signed in to change notification settings - Fork 2
Waterproof proof mode: first prototype. #6
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
Conversation
Joint work with Gaëtan Gilbert, Pim Otte, Jim Portegies.
We now specify that both Rocq and Waterproof submodules are associated to the wp_proof_mode branch. This makes rebases easier.
|
I rebased the submodules, using an indirection to avoid the need to the "hack table". instead of those options we may want to have our own |
|
(NB the hack table may have nicer Print Grammar output so maybe we want to put it back?) |
|
@SkySkimmer Would having a With respect to the hack table: Depends a bit on how bad the grammar gets. In any case, the output we had from print grammar was already slightly lacking in the sense that we had to manually reverse engineer the parse tree, so that's actually what we would want. In any case, all of this is for developers only, so I have no strong preference, again happy to defer to what you think is best:) |
|
I don't remember what the restriction was exactly, but importing Ltac2 after Waterproof would still change the default proof mode at least. |
seems I didn't push to the right place, the rebase is at https://github.com/impermeable/waterproof-dev/tree/wp_proof_mode |
|
continued in #9 |
Joint work with Gaëtan Gilbert, Pim Otte, Jim Portegies.