We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following code triggers an exception on my machine, running Coq 8.15.2 and Equations 1.3+8.15:
Notice the extra pipe before the closing brace.
This is the exception:
The text was updated successfully, but these errors were encountered: