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

Make Waterproof work with bullets and braces #25

Open
jim-portegies opened this issue Oct 8, 2021 · 2 comments
Open

Make Waterproof work with bullets and braces #25

jim-portegies opened this issue Oct 8, 2021 · 2 comments

Comments

@jim-portegies
Copy link
Contributor

One way of structuring proofs in Coq is to use bullets and braces.
This behavior can be enforced by
Set Default Goal Selector "!".

However, it seems that errors thrown by Coq about this are not presented to the end user, which is confusing.

Also it seems that in the presented code, indentation on the first line is stripped, which causes checkmarks to appear at wrong places.

@davidot
Copy link
Member

davidot commented Nov 29, 2021

Most of the issues mentioned here are fixed, do we still want additional changes to be made?
And how do we want to handle the case where (part of) the goal is hidden and you have to add a - to get to the next subgoal?

@SeanMcCarren
Copy link
Contributor

And how do we want to handle the case where (part of) the goal is hidden and you have to add a - to get to the next subgoal?

You also fixed this, right?

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

No branches or pull requests

3 participants