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

Error after comment is not marked correctly #241

Closed
corwin-of-amber opened this issue Jun 4, 2021 · 0 comments
Closed

Error after comment is not marked correctly #241

corwin-of-amber opened this issue Jun 4, 2021 · 0 comments

Comments

@corwin-of-amber
Copy link
Member

E.g.

  Lemma aux2 a0 b0 a b: (forall z, (z | a0) /\ (z | b0) <-> (z | a) /\ (z | b)) ->
                        a < b ->
                        forall z, (z | a0) /\ (z | b0) <-> (z | a) /\ (z | b - a).
  Proof. (* analogous *)
    error here.

Trying to step through to the error sentence marks it red for a fraction of a second but then immediately clears the mark.

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

1 participant