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

Exception on invalid syntax #508

Open
TobiasKappe opened this issue Aug 24, 2022 · 0 comments
Open

Exception on invalid syntax #508

TobiasKappe opened this issue Aug 24, 2022 · 0 comments

Comments

@TobiasKappe
Copy link

The following code triggers an exception on my machine, running Coq 8.15.2 and Equations 1.3+8.15:

From Equations Require Import Equations.

Equations foo: bool := {
|}.

Notice the extra pipe before the closing brace.

This is the exception:

Anomaly "Uncaught exception Failure("hd")."
Please report at http://coq.inria.fr/bugs/.
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